0

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:

enter image description here

FullStack
  • 5,902
  • 4
  • 43
  • 77

1 Answers1

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