PaymentCards get.cassette 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/payment_cards/1774",
  6. "body": "",
  7. "status": 200,
  8. "response": {
  9. "user_id": 20181,
  10. "payment_card": {
  11. "card_id": 1774,
  12. "last4": "0358",
  13. "brand": "Visa",
  14. "created_at": "2019-03-19 17:49:07 (Etc/UTC)",
  15. "created_at_timestamp": 1553017747
  16. }
  17. },
  18. "rawHeaders": [
  19. "Server",
  20. "nginx",
  21. "Date",
  22. "Wed, 19 Jun 2019 15:12:27 GMT",
  23. "Content-Type",
  24. "application/json",
  25. "Transfer-Encoding",
  26. "chunked",
  27. "Connection",
  28. "close",
  29. "Vary",
  30. "Accept-Encoding",
  31. "Set-Cookie",
  32. "PHPSESSID=5495e9134cf0c97ca9f1fbcfb0f8bf75; expires=Sun, 18-Aug-2019 15:12:27 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  33. "Expires",
  34. "Thu, 19 Nov 1981 08:52:00 GMT",
  35. "Cache-Control",
  36. "no-store, no-cache, must-revalidate",
  37. "Pragma",
  38. "no-cache",
  39. "Pragma",
  40. "no-cache",
  41. "Cache-Control",
  42. "no-store, no-cache",
  43. "Access-Control-Allow-Origin",
  44. "*",
  45. "Access-Control-Allow-Headers",
  46. "Content-Type"
  47. ]
  48. }
  49. ]