Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 964 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 964 Bytes

Tesla API

How is this site organized?

This site is broken into sections for differneet API information:

  • Authencation - API commands to generate an {access_token} to communciate with your vehicle.
  • Vehicles - API commands to communiate between your vehicle and your client.
  • Codes - Localized Tesla vehicle option codes for the Model S and Model X

What Tesla products are supported?

  • Tesla Model S
  • Tesla Model X
  • Tesla Model 3

What is teslaapi.io?

This is a community of develoeprs who are reverse engineering Tesla's API.

What are the client_id and client_secret values?

Authentication to the Tesla API is done through OAath. These values were retreived froms somebody's OAuth sesson and are now being used for API access.

Is this API offiical?

Absolutley not. These endpoints are a result of reverse engineering Tesla's mobile appliations and vehcile software.