get_booking_options
Get booking options and price breakdown for a specific flight by passing its booking token, returning direct links from airlines and OTAs.
Instructions
Get booking links and price breakdown for a specific flight. Pass the booking_token from a search_flights or get_return_flights result. Returns booking options from different airlines/OTAs with direct links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gl | No | Country code | |
| hl | No | Language code | |
| currency | No | Currency code | |
| arrival_id | Yes | Original arrival airport IATA code | |
| departure_id | Yes | Original departure airport IATA code | |
| booking_token | Yes | The booking_token from a flight result to get booking options and deep links | |
| outbound_date | Yes | Original outbound date (YYYY-MM-DD) |