---
title: "Vehicle Info"
method: GET
path: "/vehicles/{vehicle_id}"
tags: ["Vehicles"]
---

# Vehicle Info

`GET /vehicles/{vehicle_id}`

__Permission__

Returns a single vehicle object, containing identifying information.

__Permission__

`read_vehicle_info`

__Response Body__

|Name| Type|Description|
|--|--|--|
|`id`|string|A vehicle ID (UUID v4).|
|`make`|string|The manufacturer of the vehicle.|
|`model`|integer|The model of the vehicle.|
|`year`|integer|The model year.|

## Response `200`

A single vehicles

- VehicleInfo
  - `id` string, required
  - `make` string, required
  - `model` string, required
  - `year` integer, required

---

[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/revisions/2101455240dc/schema)
