📋 Get Flight Details
📋 Get Flight Details
📋 Get Flight Details
Get detailed flight information by solution key
This endpoint returns comprehensive flight details for a specific flight offer. The solution must be from a recent search (within 15 minutes).
Regular Search Flow:
Search-Unified Flow (Simplified):
After user selects an inbound flight from /search-unified, you can use just the flightHash:
Or with solutionKey (for validation):
Where:
inboundFlightHash (required): The flightHash of the selected inbound flight. solutionKey and solutionId are auto-extracted from cache.outboundFlightHash (optional): The flightHash of the outbound flight (for complete round-trip details)solutionKey (optional): Can be omitted - will be extracted from cache automaticallyReturns detailed flight information including:
The solution must be from a search within the last 15 minutes. If expired, you’ll need to search again.
Regular Search:
Search-Unified:
Solution key (offer ID) from search results
Solution ID from search-unified (required for search-unified flow)
Outbound flight hash from search-unified (optional, for validation)
Inbound flight hash from search-unified (required for search-unified flow)
Response format: ‘default’ (simplified) or ‘booking’ (raw FlightOffer for booking service)