curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/speedometer" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "speed": 84.32 }
Returns the current speed of the vehicle.
tesla
read_speedometer
Was this page helpful?