v1
latestOpenAPI 3.0.32026-07-13353343.5 KBVehicles
Vehicle Info
Permission
Returns a single vehicle object, containing identifying information.
Permission
read_vehicle_info
Response Body
| Name | Type | Description |
|---|---|---|
| id | string | A vehicle ID (UUID v4). |
| make | string | The manufacturer of the vehicle. |
| model | integer | The model of the vehicle. |
| year | integer | The model year. |
get/vehicles/{vehicle_id}
Response
A single vehicles
Example response
{
"id": "36ab27d0-fd9d-4455-823a-ce30af709ffc",
"make": "TESLA",
"model": "Model S",
"year": 2014
}