1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- [
- {
- "scope": "https://api.lokalise.com:443",
- "method": "GET",
- "path": "/api2/teams/176692/billing_details",
- "body": "",
- "status": 200,
- "response": {
- "company": "Self-employed",
- "address1": "Sample line 1",
- "address2": "Sample line 2",
- "city": "Riga",
- "zip": "LV-6543",
- "phone": "+371123456",
- "vatnumber": "123",
- "country_code": "LV",
- "billing_email": "hello@example.com",
- "state_code": ""
- },
- "rawHeaders": [
- "Server",
- "nginx",
- "Date",
- "Tue, 23 Nov 2021 16:20:45 GMT",
- "Content-Type",
- "application/json",
- "Transfer-Encoding",
- "chunked",
- "Connection",
- "close",
- "Vary",
- "Accept-Encoding",
- "Cache-Control",
- "max-age=0, must-revalidate, no-cache, no-store, private",
- "pragma",
- "no-cache",
- "X-Content-Type-Options",
- "nosniff",
- "X-Frame-Options",
- "deny",
- "X-XSS-Protection",
- "1; mode=block",
- "Strict-Transport-Security",
- "max-age=31536000",
- "Referrer-Policy",
- "origin",
- "Expires",
- "Tue, 23 Nov 2021 16:20:45 GMT",
- "Access-Control-Allow-Origin",
- "*",
- "Access-Control-Allow-Headers",
- "Content-Type"
- ],
- "responseIsBinary": false
- }
- ]
|