Skip to main content

Step 1 - Endpoint

For the first step of changing over to v3 you will need to change the URL as the format has changed.

The endpoint for flights live prices API has changed from {base-url}/pricing/v1.0 to {base-url}/v3/flights/live/search/create.

info

What are the variables

For example:

v1.0 (before)v3 (after)
{base-url}/pricing/v1.0{base-url}/v3/flights/live/search/create

Collection in postman

You can see examples of the new endpoints with this postman collection:

Run in Postman