List Transport Operators
Transport Operator
List Transport Operators
Lists transport operators.
GET
List Transport Operators
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
Transport operator status
Available options:
PENDING_APPROVAL, ACTIVE, INACTIVE, BLOCKED, REJECTED Transport operator regularity status
Available options:
PENDING_REVIEW, REGULAR, IRREGULAR Search by legal name, trade name or document
Field to sort by
Available options:
createdAt, legalName, status Example:
"createdAt"
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.