Quick Start

Designed for an amazing developer experience

Open the app or sign in to tessie.com and go to Settings > Developer API to generate an access token, then 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 car directly from this documentation.

Interact with your car by visiting 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.

Ready for more? See all the endpoints!