curl "https://api.smartcar.com/v2.0/vehicles/{id}/odometer" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "distance": 104.32 }
Returns the vehicle’s last known odometer reading.
read_odometer
Was this page helpful?