Quick Start

Visit dash.tessie.com/settings/api to generate an access token.

Select Sign in to developer portal to sync your VIN and access token to this documentation. This will enable you to fire requests to your vehicle directly from this documentation.

You can also visit any of these examples:

https://api.tessie.com/vehicles?access_token=<<apiKey>>
https://api.tessie.com/<<vin>>/command/honk?access_token=<<apiKey>>
https://api.tessie.com/<<vin>>/command/start_climate?access_token=<<apiKey>>
https://api.tessie.com/<<vin>>/command/stop_climate?access_token=<<apiKey>>

It's that easy. Compare our APIs.