OAuth
Last updated
Last updated
OAuth grant types supported
refresh_token
password
POST
https://owner-api.teslamotors.com/oauth/token
Performs the login and returns the access token for all subsequent actions
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://owner-api.teslamotors.com/oauth/revoke
Revokes the {access_token}
issued by the token command
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Content-Type
string
application/json
password
string
tesla.com user password
string
tesla.com user email address
client_secret
string
c7257eb71a564034f9419ee651c7d0e5f7aa6bfbd18bafb5c5c033b093bb2fa3
client_id
string
81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef2106796384
grant_type
string
password
or refresh_token
Content-Type
string
application/json
token
string
{access_token}