PaymentCards list_pagination.cassette 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. [
  2. {
  3. "scope": "https://api.lokalise.com:443",
  4. "method": "GET",
  5. "path": "/api2/payment_cards?page=2&limit=1",
  6. "body": "",
  7. "status": 200,
  8. "response": {
  9. "user_id": 20181,
  10. "payment_cards": [
  11. {
  12. "card_id": 2184,
  13. "last4": "8148",
  14. "brand": "MasterCard",
  15. "created_at": "2019-06-19 15:50:34 (Etc/UTC)",
  16. "created_at_timestamp": 1560959434
  17. }
  18. ]
  19. },
  20. "rawHeaders": [
  21. "Server",
  22. "nginx",
  23. "Date",
  24. "Wed, 19 Jun 2019 15:51:17 GMT",
  25. "Content-Type",
  26. "application/json",
  27. "Transfer-Encoding",
  28. "chunked",
  29. "Connection",
  30. "close",
  31. "Vary",
  32. "Accept-Encoding",
  33. "Set-Cookie",
  34. "PHPSESSID=93d843e8bae8420e070ac5a63f8405b1; expires=Sun, 18-Aug-2019 15:51:17 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
  35. "Expires",
  36. "Thu, 19 Nov 1981 08:52:00 GMT",
  37. "Cache-Control",
  38. "no-store, no-cache, must-revalidate",
  39. "Pragma",
  40. "no-cache",
  41. "X-Pagination-Total-Count",
  42. "2",
  43. "X-Pagination-Page-Count",
  44. "2",
  45. "X-Pagination-Limit",
  46. "1",
  47. "X-Pagination-Page",
  48. "2",
  49. "Pragma",
  50. "no-cache",
  51. "Cache-Control",
  52. "no-store, no-cache",
  53. "Access-Control-Allow-Origin",
  54. "*",
  55. "Access-Control-Allow-Headers",
  56. "Content-Type"
  57. ]
  58. }
  59. ]