cURL
curl --request POST \ --url https://api.tessie.com/{vin}/command/vent_windows \ --header 'Authorization: Bearer <token>'
{ "result": true }
Vents all windows.
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