curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/status" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "status": "ASLEEP", "inService": true, "gear": "DRIVE" }
Returns the status for the vehicle.
tesla
read_extended_vehicle_info
Was this page helpful?