v1

latestOpenAPI 3.1.02026-08-0624539313.1 KB
Air

Get selected itinerary

Get the selected itinerary for the traveler in the search and checkout flow.

post/v2/air/selected-itinerary

Request body

searchIdstring required

The searchId returned in the corresponding air search API response.

itineraryIdstring required

The itineraryId of the itinerary selected by the user in the corresponding air search API response.

Example request

{
  "searchId": "ChBjZDg3ZjRjZmRmMTFm",
  "itineraryId": "IthBjZDg3ZjRjZmRmMTFm"
}

Response

OK