---
title: "Application Permissions"
method: GET
path: "/vehicles/{vehicle_id}/permissions"
tags: ["Vehicles"]
---

# Application Permissions

`GET /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

- `limit` integer
- `offset` integer

## Response `200`

The applications permissions

- Permission
  - `paging` object
    - `count` integer
    - `offset` integer
  - `permissions` string[]

---

[API](https://skmtc.net/smartcar/apis/smartcar-api.md) · [All operations](https://skmtc.net/smartcar/apis/smartcar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartcar/smartcar-api/versions/2101455240dc/schema)
