I successfully create the Live Pricing Service Session and have the polling URL. I am trying to poll the URL with a GET according to SkyScanner docs, but I keep getting the following 400 error
:
Asked
Active
Viewed 620 times
0

FullStack
- 5,902
- 4
- 43
- 77
-
Are your inputs valid? Skyscanner throws ___"400 Bad Request"___ when the input validation has failed. Can you post your session url (**excluding the ApiKey**)? – Cliff Burton Aug 03 '16 at 10:37
-
you're right, the url parameters were not properly formed – FullStack Oct 13 '16 at 18:59
1 Answers
0
If you really successfully created the session poll URL. All you have to do is to add the apikey at the end of the session poll URL like this:
Session Poll URL: http://business.skyscanner.net/apiservices/pricing/hk1/v1.0//?apikey=

Mir
- 184
- 1
- 1
- 10