GET
/v2/vehicles List Vehicles
Returns all vehicles in the carrier's fleet.
Query parameters
| Parameter | Type | Default | Description | |
|---|---|---|---|---|
status | string | optional | — | Filter by 'active' or 'inactive'. Omit for all. |
limit | integer | optional | 100 | Records per page |
page | integer | optional | 1 | Page number |
Response fields
| Field | Type | Description |
|---|---|---|
vehicle_id | UUID | Unique vehicle identifier |
number | string | Vehicle or unit number |
vin | string | Vehicle Identification Number |
active | boolean | Whether the vehicle is currently active |