curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/user/access" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "accessType": "OWNER", "permissions" : ["vehicle_cmds", "vehicle_device_data"] }
Returns the account type and permissions for the connected Tesla account.
tesla
OWNER
DRIVER
Was this page helpful?