List Vehicles
Vehicle
List Vehicles
Lists vehicles.
GET
List Vehicles
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
Example:
10
Page number
Example:
1
Generic filter that matches against
- licensePlate
- model
- manufacturer
Example:
"ABC1D23"
Parses a comma-separated string.
Example:
"ACTIVE,INACTIVE"
Seat type name
Example:
"Executivo"
Parses a comma-separated string.
Example:
"VAN"
Field to sort by
Available options:
licensePlate, model, year, createdAt 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.