---
title: "Retrieve a single vehicle"
method: GET
path: "/api/v1/vehicles/{vehicleId}"
tags: ["Vehicles"]
---

# Retrieve a single vehicle

`GET /api/v1/vehicles/{vehicleId}`

Required scope: `vehicle:read`

## Path parameters

- `vehicleId` integer, required

## Response `200`

Vehicle integration with provided id

- Vehicle1
  - `id` integer — Id of the vehicle
  - `teamId` integer, nullable — Team Id that the vehicle belongs to
  - `userId` integer, nullable — User Id that the vehicle belongs to
  - `name` string, nullable — Name of the vehicle, can be customized by the user
  - `licensePlate` string, nullable — License plate of the vehicle
  - `batteryCapacityKwh` number, double, nullable — Battery capacity of the vehicle in Kwh
  - `maxPowerKwAc` number, double, nullable — Maximum AC charging power (in kW) that the vehicle can accept when charging via an AC charger
  - `maxPowerKwDc` number, double, nullable — Maximum DC charging power (in kW) that the vehicle can accept when using a DC fast charger
  - `displayName` string, nullable — Display name of the vehicle
  - `integrationId` integer, nullable — Id of the vehicle integration
  - `integrationStatus` string, nullable — Status of the vehicle integration
  - `manuallyConfiguredAt` string, date-time, nullable — Timestamp when the vehicle was manually configured (null if using catalog model)
  - `customSpecification` VehicleCustomSpecification
    - `brand` string, nullable — Manually configured vehicle brand
    - `model` string, nullable — Manually configured vehicle model
    - `vehicleType` string, nullable — Vehicle type
  - `vid` string, nullable — VID identifier for auto-charge

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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