Skip to main content
POST
SDK

Authorizations

Authorization
string
header
required

Provide either a static platform API key or an OAuth2 access token (from /connect/v1/oauth/token) as Authorization: Bearer <token>. Scopes are connect:* (e.g. connect:bookings:write).

Path Parameters

connectionId
string
required

Connection id.

Body

application/json
origin
string
required
Example:

"LHR"

destination
string
required
Example:

"JFK"

departureDate
string<date>
required
Example:

"2026-08-12"

passengers
object[]
required
returnDate
string<date>
cabin
enum<string>
Available options:
economy,
premium_economy,
business,
first
connectionIds
string[]

Restrict the fan-out to these connections.

Response

Search results.

data
object[]