cURL
curl --request POST \ --url https://api.tessie.com/{vin}/command/enable_guest \ --header 'Authorization: Bearer <token>'
{ "result": true }
Enables Guest Mode.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
Whether to wait for the command to complete before returning a response.
Success
The response is of type object.
object