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.