curl https://api.smartcar.com/v2.0/vehicles/{id}/permissions \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "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.
Max: 50
Show child attributes
Was this page helpful?