Vehicles
Retrieve a vehicle
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.
GET
Path Parameters
ID of the vehicle to retrieve.
Query Parameters
Specifies related objects to expand (e.g., expand[]=drivers
).
Body
application/json · object
Response
200
application/json
Returns the Vehicle object for a valid identifier. Raises an error otherwise.