Application Permissions

GET https://api.smartcar.com/v2.0/vehicles/{{vehicle_id}}/permissions

Description

Returns a list of the permissions that have been granted to your application in relation to this vehicle.

Query Parameters

ParameterTypeRequiredDescription
limitintegerfalseNumber of permissions to return (default: 25).
offsetintegerfalseA vehicle ID (UUID v4).

Response Body

NameTypeDesciprtion
permissionsarrayAn array of permissions.
permissions.[]stringA permission.
pagingobjectMetadata about the current list of elements.
paging.countintegerThe total number of elements for the entire query (not just the given page).
paging.offsetintegerThe current start index of the returned list of elements.