Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.smartcar.com/v2.0/vehicles/{id}/permissions \ -H "Authorization: Bearer {token}" \ -X "GET"
response = vehicle.permissions()
const vehiclePermissions = await vehicle.permissions();
ApplicationPermissions response = vehicle.permissions(); String[] permissions = reponse.getPermissions();
permissions = vehicle.permissions
{ "paging": { "count": 25, "offset": 10 }, "permissions": [ "read_vehicle_info" ] }
Returns a list of the permissions that have been granted to your application in relation to this vehicle.
Show child attributes
Was this page helpful?