Vehicles
Application Permissions
Description
Returns a list of the permissions that have been granted to your application in relation to this vehicle.
get/vehicles/{vehicle_id}/permissions
Query parameters
limitinteger
Number of vehicles to return
offsetinteger
Index to start vehicle list at
Response
The applications permissions
Example response
{
"paging": {
"count": 25,
"offset": 10
},
"permissions": [
"read_vehicle_info"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.