List Offerings
Lists offerings.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
10
Cursor to end before
"123"
Cursor to start after
"123"
Free-text filter over origin and destination names
"São Paulo"
Origin point identifier
Destination point identifier
Origin name or description
"São Paulo"
Destination name or description
"Rio de Janeiro"
Departure date from
"2026-04-15T00:00:00.000Z"
Departure date to
"2026-04-16T00:00:00.000Z"
Field to sort by
departureAt, price, createdAt "departureAt"
Sort order
asc, desc "asc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.