Log in to see your API keys
API Key | Label | Last Used | |
---|---|---|---|
Create a token
Visit this page 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 <<apiKey>>
In a URL
For easy debugging and specific applications, it can be helpful to pass your token as the access_token query parameter instead.
This is potentially less secure.
We recommend not passing your access token in the URL on insecure networks or behind VPNs where traffic logs could potentially be snooped.
Authentication Examples
You can use all APIs using a single Tessie access token:
Tesla Fleet API
https://api.tessie.com/api/1/vehicles?access_token=<<apiKey>>
Tesla Fleet Telemetry
wss://streaming.tessie.com/<<vin>>?access_token=<<apiKey>>
Tessie API
https://api.tessie.com/vehicles?access_token=<<apiKey>>
Updated 3 months ago