TravelyfeHelp
SviluppatoriReferenceBookings

Find An Airline

GET
/v1/app/airlines

Airlines whose code or name matches q: { iata, name, country }. The same for everybody, so it needs no token and is served from a cache near you.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Query Parameters

q*string

Search text, two characters or more.

size?integer

Up to 50. Defaults to 20.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/app/airlines?q=string"
[  {}]