1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- [
- {
- "scope": "https://api.lokalise.com:443",
- "method": "GET",
- "path": "/api2/payment_cards?page=2&limit=1",
- "body": "",
- "status": 200,
- "response": {
- "user_id": 20181,
- "payment_cards": [
- {
- "card_id": 2184,
- "last4": "8148",
- "brand": "MasterCard",
- "created_at": "2019-06-19 15:50:34 (Etc/UTC)",
- "created_at_timestamp": 1560959434
- }
- ]
- },
- "rawHeaders": [
- "Server",
- "nginx",
- "Date",
- "Wed, 19 Jun 2019 15:51:17 GMT",
- "Content-Type",
- "application/json",
- "Transfer-Encoding",
- "chunked",
- "Connection",
- "close",
- "Vary",
- "Accept-Encoding",
- "Set-Cookie",
- "PHPSESSID=93d843e8bae8420e070ac5a63f8405b1; expires=Sun, 18-Aug-2019 15:51:17 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
- "Expires",
- "Thu, 19 Nov 1981 08:52:00 GMT",
- "Cache-Control",
- "no-store, no-cache, must-revalidate",
- "Pragma",
- "no-cache",
- "X-Pagination-Total-Count",
- "2",
- "X-Pagination-Page-Count",
- "2",
- "X-Pagination-Limit",
- "1",
- "X-Pagination-Page",
- "2",
- "Pragma",
- "no-cache",
- "Cache-Control",
- "no-store, no-cache",
- "Access-Control-Allow-Origin",
- "*",
- "Access-Control-Allow-Headers",
- "Content-Type"
- ]
- }
- ]
|