---
title: "Get a vehicle"
method: GET
path: "/public/v1/vehicles/{id}"
tags: ["Vehicle"]
---

# Get a vehicle

`GET /public/v1/vehicles/{id}`

Fetch a single vehicle by its id. Scoped to the API key's company — an id belonging to another company, or a soft-deleted vehicle, returns 404, as does an unknown id.

Required permission: `settings_permissions_vehicles`.

## Path parameters

- `id` string, required

## Response `200`

A single vehicle

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

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