Tesla
User Access
Returns the account type and permissions for the connected Tesla account.
GET
/
vehicles
/
{id}
/
{make}
/
user
/
access
This endpoint is currently available for tesla
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
make
string
requiredThe make of the vehicle you are making a request to.
Response
accessType
string | null
Returns the type of Tesla account connected. Can be either OWNER
or DRIVER
. Please see our Tesla FAQs for details on the differences between account types.
permissions
[string] | null
Returns a list of permissions granted by the user with their Tesla account. Please see this page on the mapping from Smartcar permissions to Tesla’s.
Notes
- If you’re receiving a SERVER:INTERNAL error please have the user reconnect their vehicle.
Was this page helpful?