v4

latestOpenAPI 3.1.02026-08-012281296.0 MB
Market intelligence

Get flight booking options

Retrieves booking options (providers, fares, booking links, and available cabin classes) for a single itinerary selected from a flight search. Pass the bookingToken returned on an itinerary from POST /v1/flights/search along with the same trip configuration.

<span><strong>Rate limit:</strong> 120 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> 2 credits per lookup <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

post/v1/flights/booking-options

Request body

apiKeystring required

Your Fiber API key

bookingTokenstring required

Booking token from the bookingToken field of an itinerary returned by the flight search endpoint (POST /v1/flights/search).

currencyCodestring

ISO 4217 currency code for prices in the response (e.g. 'EUR', 'GBP', 'CAD'). Case-insensitive. Defaults to USD. Match the value used in the original search so prices stay comparable.

searchMarketCountryCodestring

ISO 3166-1 alpha-3 country code that sets the search market. Match the value used in the original search for consistent pricing and availability. Case-insensitive.

languageCodestring

Language for booking option labels (e.g. fare names). Pass a BCP-47 language tag such as 'en', 'en-US', 'pt-BR', 'zh-CN', 'ja', 'ko', 'fr', 'de', 'es'.

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.