Last active
December 10, 2015 19:29
-
-
Save raylillywhite/4481754 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /api/v1/settings?lat=37.6134&lng=-122.395&auth_token=Y7M8UQD3hLVdTsIDDIYW HTTP/1.1 | |
Host: staging.hoteltonight.com | |
Accept-Language: en, fr, de, ja, nl, it, es, pt, pt-PT, da, fi, nb, sv, ko, zh-Hans, zh-Hant, ru, pl, tr, uk, ar, hr, cs, el, he, ro, sk, th, id, ms, en-GB, ca, hu, vi, en-us;q=0.8 | |
User-Agent: HT Test/4.2.2 (iPhone Simulator; iOS 6.0; Scale/2.00) | |
Accept: application/json | |
X-App-Country: GB | |
Content-Type: application/json | |
X-App-Platform: iOS;iPhone Simulator;6.0;640x1136 | |
Connection: keep-alive | |
X-App-Device: 62b68279b6505739b82d28c16bc5334100000000 | |
X-App-Version: 4.2.2 | |
Cookie: _hotelstonight_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlNzY1MzY2NGEwMWJmNWFlNjAxNDZjMjIyNjk3NjQwNjk%3D--31b02b959b5150b975391a2a4ca55734d22db142 | |
Accept-Encoding: gzip, deflate | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
Server: nginx/1.2.3 | |
Date: Tue, 08 Jan 2013 06:34:21 GMT | |
Content-Type: application/json; charset=utf-8 | |
Transfer-Encoding: chunked | |
Status: 200 OK | |
ETag: "ec469e9eb0b6e9ca9463b6ba943848cd" | |
Cache-Control: max-age=0, private, must-revalidate | |
X-UA-Compatible: IE=Edge,chrome=1 | |
Set-Cookie: _hotelstonight_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRiIlYjg2NGE3NzRhYjA4ODBlNjZmOWI4YTdiOTA4MjRmODg%3D--7e31084a5781c522fae40f564ba39576b45817e3; path=/; HttpOnly | |
X-Runtime: 0.037246 | |
Content-Encoding: gzip | |
{ | |
"lookio_customer_support":false, | |
"lookio_order_summary":false, | |
"venmo_sdk_enabled":true, | |
"default_credit_amount":25, | |
"currency":{ | |
"iso_code":"USD", | |
"description":"US Dollars" | |
}, | |
"customer_support_numbers":[ | |
{ | |
"name":"Belgium", | |
"code":"BE", | |
"phone_numbers":[ | |
"+080076931" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Canada", | |
"code":"CA", | |
"phone_numbers":[ | |
"+1-800-208-2949" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Denmark", | |
"code":"DK", | |
"phone_numbers":[ | |
"+800-6680-0800" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"France", | |
"code":"FR", | |
"phone_numbers":[ | |
"+800-6680-0800" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Germany", | |
"code":"DE", | |
"phone_numbers":[ | |
"+800-6680-0800" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Ireland", | |
"code":"IE", | |
"phone_numbers":[ | |
"+800-6680-0800" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Italy", | |
"code":"IT", | |
"phone_numbers":[ | |
"+800789501" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Mexico", | |
"code":"MX", | |
"phone_numbers":[ | |
"+1-800-514-1152" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Netherlands", | |
"code":"NL", | |
"phone_numbers":[ | |
"+08000222304" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Norway", | |
"code":"NO", | |
"phone_numbers":[ | |
"+80014372" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Spain", | |
"code":"ES", | |
"phone_numbers":[ | |
"+900957890" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"Sweden", | |
"code":"SE", | |
"phone_numbers":[ | |
"+020-889-824" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"United Kingdom", | |
"code":"GB", | |
"phone_numbers":[ | |
"+800-6680-0800" | |
], | |
"primary":false | |
}, | |
{ | |
"name":"United States", | |
"code":"US", | |
"phone_numbers":[ | |
"+1-800-208-2949" | |
], | |
"primary":true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment