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
Parameter | Type | Required | Description |
---|---|---|---|
limit | integer | false | Number of permissions to return (default: 25). |
offset | integer | false | A vehicle ID (UUID v4). |
Response Body
Name | Type | Desciprtion |
---|---|---|
permissions | array | An array of permissions. |
permissions.[] | string | A permission. |
paging | object | Metadata about the current list of elements. |
paging.count | integer | The total number of elements for the entire query (not just the given page). |
paging.offset | integer | The current start index of the returned list of elements. |