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

status'asleep' | 'waiting_for_sleep' | 'awake'

Example response

{
  "status": "asleep"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.