The "Flight Offers Search V2" and "Flight Offers Price V1" endpoints are returning errors. Probably it's a configuration issue
Flight Offers Search API comes with 2 different endpoints:
X-HTTP-Method-Override
set at GET
.The Flight Offers Price API is built from the response of Flight Offers Search
. To allow developers to reuse the body of the previous response we created this endpoint using the verb POST, That's why in the swagger documentation you will find X-HTTP-Method-Override
set at GET
.