Tesla Fleet API is the official API for interacting with Tesla vehicles and energy products.
Tessie provides full access to Tesla Fleet API at no additional cost.
We've also built in significant improvements:
- Get instant access to Tesla Fleet API without an extremely complex and lengthy setup process
- Premium paid access to Tesla Fleet API at no additional cost
- Drop-in replacement for developers migrating existing applications from existing Tesla APIs
- Simple and easy authorization — use an API key instead of building complex OAuth systems
- Vehicle Command Protocol for automatically handling signed commands
Get Started
Simply point any Fleet API request at: https://api.tessie.com
Provide your access token in an Authorization header or as the access_token query parameter. Learn more.
Visit the Tesla Fleet API Reference to see all the endpoints.
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