GET
/v2/vehicle/{vehicle_id} Get Vehicle by ID
Returns information for a single vehicle.
Path parameters
| Parameter | Type | Description | |
|---|---|---|---|
vehicle_id | UUID | required | The vehicle's unique identifier |
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 |