List Offerings
Offering
List Offerings
Lists offerings.
GET
List Offerings
Query Parameters
Items per page
Example:
10
Cursor to end before
Example:
"123"
Cursor to start after
Example:
"123"
Free-text filter over origin and destination names
Example:
"São Paulo"
Origin point identifier
Destination point identifier
Origin name or description
Example:
"São Paulo"
Destination name or description
Example:
"Rio de Janeiro"
Departure date from
Example:
"2026-04-15T00:00:00.000Z"
Departure date to
Example:
"2026-04-16T00:00:00.000Z"
Field to sort by
Available options:
departureAt, price, createdAt Example:
"departureAt"
Sort order
Available options:
asc, desc Example:
"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.