latestOpenAPI 3.1.02026-08-21211181.8 KB
e5d7af502419
Flights
Create a flight search
Creates a metasearch for the given route/dates/passengers and returns its searchId. Results accrue asynchronously – poll getFlightSearchResults with the returned searchId to read ranked trips.
post/v1/flights/searches
Request body
Example request
{
"from": "DXB",
"to": "LHR"
}Response
Search created.