Path Parameters
ID of the vehicle to retrieve.
Query Parameters
Specifies related objects to expand (e.g., expand[]=drivers).
Body
Response
Returns the Vehicle object for a valid identifier. Raises an error otherwise.
Unique identifier for the vehicle object.
null
String representing the object’s type. Always vehicle.
null
Total battery capacity of the vehicle in watt-hours (Wh).
null
Standard used for charging the vehicle (e.g., CCS, CHAdeMO, Type2).
null
Time at which the vehicle was registered (UNIX timestamp).
null
List of driver IDs currently linked to the vehicle.
null
ID of the fleet this Vehicle is attached to, if any.
null
Manufacturer details for the vehicle.
Set of key-value pairs for storing custom structured data about the vehicle.
null
License plate or vehicle registration number.
null
Current lifecycle status of the vehicle.
active, inactive, retired null
ID of the telemetry object linked to this vehicle (if any).
null
Time at which the vehicle object was last updated.
null
Vehicle Identification Number (VIN), used to uniquely identify the vehicle.
null

