Team user billing details get.cassette 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/teams/176692/billing_details",
  6. "body": "",
  7. "status": 200,
  8. "response": {
  9. "company": "Self-employed",
  10. "address1": "Sample line 1",
  11. "address2": "Sample line 2",
  12. "city": "Riga",
  13. "zip": "LV-6543",
  14. "phone": "+371123456",
  15. "vatnumber": "123",
  16. "country_code": "LV",
  17. "billing_email": "hello@example.com",
  18. "state_code": ""
  19. },
  20. "rawHeaders": [
  21. "Server",
  22. "nginx",
  23. "Date",
  24. "Tue, 23 Nov 2021 16:20:45 GMT",
  25. "Content-Type",
  26. "application/json",
  27. "Transfer-Encoding",
  28. "chunked",
  29. "Connection",
  30. "close",
  31. "Vary",
  32. "Accept-Encoding",
  33. "Cache-Control",
  34. "max-age=0, must-revalidate, no-cache, no-store, private",
  35. "pragma",
  36. "no-cache",
  37. "X-Content-Type-Options",
  38. "nosniff",
  39. "X-Frame-Options",
  40. "deny",
  41. "X-XSS-Protection",
  42. "1; mode=block",
  43. "Strict-Transport-Security",
  44. "max-age=31536000",
  45. "Referrer-Policy",
  46. "origin",
  47. "Expires",
  48. "Tue, 23 Nov 2021 16:20:45 GMT",
  49. "Access-Control-Allow-Origin",
  50. "*",
  51. "Access-Control-Allow-Headers",
  52. "Content-Type"
  53. ],
  54. "responseIsBinary": false
  55. }
  56. ]