GET

/v2.0/vehicles/{id}/odometer

Permission

read_odometer

Request

Path

idrequired
string

The vehicle id of the vehicle you are making a request to.

curl "https://api.smartcar.com/v2.0/vehicles/{id}/odometer" \
-H "Authorization: Bearer {token}" \
-X "GET"

Response

distance
Default: "kilometers"
number

The current odometer of the vehicle.

{
  "distance": 104.32
}