Path Parameters
ID of the vehicle to retrieve.
Query Parameters
Specifies related objects to expand (e.g., expand[]=drivers
).
Body
application/json · object
Response
Returns the Vehicle object for a valid identifier. Raises an error otherwise.
Retrieves a Vehicle object by its unique ID. The response includes core specs, registration info, telemetry link, and any drivers currently associated with the vehicle.
ID of the vehicle to retrieve.
Specifies related objects to expand (e.g., expand[]=drivers
).
Returns the Vehicle object for a valid identifier. Raises an error otherwise.