v1
latestOpenAPI 3.0.32026-07-13353343.5 KBVehicles
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"
]
}