curl "https://api.smartcar.com/v2.0/vehicles/{id}/battery" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "percentRemaining": 0.3, "range": 40.5 }
Returns the state of charge and the remaining range of an electric vehicle’s high voltage battery.
read_battery
Was this page helpful?