Documentation Index
Fetch the complete documentation index at: https://developer.tessie.com/llms.txt
Use this file to discover all available pages before exploring further.
Create a token
Visit developer settings and select Generate Access Token.Use your token
In a header
The recommended and most secure method is to pass your token in a header:Authorization: Bearer YOUR_TOKEN
In the URL
For easy debugging and specific applications, it can be helpful to pass your token as the access_token query parameter instead.Examples
You can use all APIs using a single Tessie access token:Tesla Fleet API
https://api.tessie.com/api/1/vehicles?access_token=YOUR_TOKEN
Tesla Fleet Telemetry
wss://streaming.tessie.com/YOUR_VIN?access_token=YOUR_TOKEN
Tessie API
https://api.tessie.com/vehicles?access_token=YOUR_TOKEN
