Access Tesla Fleet API

Simply point a Fleet API request at api.tessie.com and use a Tessie access token. No Fleet API setup required!

Plus, you'll gain automatic auth and region handling with no additional work.

Example Fleet API Requests

curl -H "Authorization: ROTATING_TESLA_OAUTH_ACCESS_TOKEN" \
	https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/vehicles

curl -H "Authorization: ROTATING_TESLA_OAUTH_ACCESS_TOKEN" \
	https://fleet-api.prd.eu.vn.cloud.tesla.com/api/1/vehicles

Example Drop-In Replacement

curl -H "Authorization: Bearer <<apiKey>>" \
	https://api.tessie.com/api/1/vehicles

It's that easy. Visit the Tesla Fleet API Reference to see all the endpoints.