Vehicle Endpoints
Permissions
Returns a list of the permissions that have been granted to your application in relation to this vehicle.
GET
/
vehicles
/
{id}
/
permissions
Request
id
string
requiredThe vehicle id.
limit
integer
default: "10"The number of vehicles to return per page. Max: 50
offset
integer
The index to start vehicle list at.
Response
permissions
[permissions]
An array of permissions.
paging
object
Metadata about the current list of elements.
Was this page helpful?