---
title: "Get all clearances"
method: GET
path: "/v1/fleets/vehicles"
tags: ["Fleet Clearance"]
---

# Get all clearances

`GET /v1/fleets/vehicles`

Get the status of VINs that have previously been registered for data access clearance.

## Query parameters

- `filter` object

## Response `200`

Success

- FleetVehicleGetItemResponse[]
  - `vin` string, required — Vehicle Identification Number (VIN)
  - `status` 'approved' | 'pending' | 'revoking' | 'revoked' | 'rejected' | 'canceling' | 'canceled', required
  - `brand` 'bmw' | 'citroen' | 'ds' | 'mercedes-benz' | 'mini' | 'opel' | 'peugeot' | 'vauxhall' | 'jeep' | 'fiat' | 'alfaromeo' | 'ford' | 'renault' | 'dacia' | 'toyota' | 'lexus' | 'porsche' | 'maserati' | 'kia' | 'tesla' | 'volvo-cars' | 'skoda' | 'audi' | 'volkswagen' | 'seat' | 'cupra' | 'polestar' | 'nissan' | 'hyundai' | 'sandbox'
  - `changelog` FleetVinChangelog[]
    - `timestamp` string, required — Date and Time in ISO8601 format example: '2018-11-06T10:20:37.094533Z'
    - `status` 'approved' | 'pending' | 'revoking' | 'revoked' | 'rejected' | 'canceling' | 'canceled', required
    - `reason` string — Reason for rejection
  - `tags` object

## Other responses

- `401` — When an invalid ServiceAccountToken is used.
- `403` — When the application doesn't have fleet access.
- `429` — The client has sent too many requests in a given amount of time. Please wait before retrying. There is no rate limit enforced at this moment for this endpoint, but we reserve the right to enable it if necessary. Please use this API moderately and avoid bursts of calls within a few seconds.
- `500` — Server Errors

---

[API](https://skmtc.dev/high-mobility/apis/oauth2-api.md) · [All operations](https://skmtc.dev/high-mobility/apis/oauth2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/high-mobility/oauth2-api/revisions/656dd06678e9/schema)
