List Trip Manifest
Trip Manifest
List Trip Manifest
Lists passengers for a trip.
GET
List Trip Manifest
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Trip identifier
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"
Query Parameters
Items per page
Example:
10
Page number
Example:
1
Field to sort by
Available options:
createdAt, issuedAt Example:
"issuedAt"
Sort order
Available options:
asc, desc Example:
"asc"
Trip itinerary identifier
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3d"
Ticket status
Available options:
VALID, CANCELLED Example:
"VALID"
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.