Vehicles
Odometer
Description
Returns the vehicle’s last known odometer reading.
Permission
read_odometer
Response Body
| Name | Type | Description |
|---|---|---|
| distance | number | The current odometer of the vehicle (in kilometers by default or in miles using the sc-unit-system). |
get/vehicles/{vehicle_id}/odometer
Response
return odometer reading
Example response
{
"distance": 104.32
}Changes
No recorded changes to this endpoint across all 1 revision of this API.