cURL
curl --request POST \ --url https://api.tessie.com/{vin}/wake \ --header 'Authorization: Bearer <token>'
{ "result": true }
Wakes the vehicle from sleep.
Returns true after the vehicle is awake, or false after a 90 second timeout.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
Success