Quick Start

Every aspect of the Tessie API is designed for an amazing developer experience.

Visit dash.tessie.com/settings/api to generate an access token and press 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.