List Promotions
Promotion
List Promotions
Lists available promotions.
GET
List Promotions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
Required range:
1 <= x <= 100Example:
10
Page number
Required range:
x >= 1Example:
1
Company identifier.
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"
Route identifier.
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3b"
Promotion type.
Available options:
ROUND_TRIP, MULTI_TICKET, ROUTE, LOW_DEMAND_TIME Promotion code.
Example:
"PROMO-ROTA-10"
Field to sort by
Available options:
priority, startsAt, createdAt Example:
"priority"
Sort order
Available options:
asc, desc Example:
"desc"
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.