cURL
curl --request GET \ --url https://api.tessie.com/{vin}/status \ --header 'Authorization: Bearer <token>'
{ "status": "asleep" }
Returns the status of a vehicle.
The status may be asleep, waiting_for_sleep or awake.
asleep
waiting_for_sleep
awake
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
Success