Vehicle Data
Get Status
Returns the status of a vehicle.
The status may be asleep, waiting_for_sleep or awake.
get/{vin}/status
Response
Success
Example response
{
"status": "asleep"
}Returns the status of a vehicle.
The status may be asleep, waiting_for_sleep or awake.
Success
{
"status": "asleep"
}