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

# Retrieve a single vehicle integration

`GET /api/v1/vehicles/integration/{integrationId}`

Required scope: `vehicle:read`

## Path parameters

- `integrationId` integer, required

## Query parameters

- `ownerId` integer
- `ownerType` 'team' | 'user'

## Response `200`

Vehicle integration with provided id

- Vehicle2
  - `id` integer, required — Id of the vehicle integration
  - `lastSeenAt` string, date-time, nullable — Vehicle was last seen at
  - `vin` string, nullable — Vehicle identification number
  - `odometer` number, double, nullable — Odometer in Km
  - `chargeState` ChargeStateDto1
    - `isPluggedIn` boolean, nullable — Vehicle is plugged in
    - `isCharging` boolean, nullable — Vehicle is charging
    - `batteryLevel` number, double, nullable — Battery level in percentage
    - `batteryCapacity` number, double, nullable — Battery capacity in Kwh
    - `chargeLimit` number, double, nullable — Charge limit in percentage
    - `chargeRateKw` number, double, nullable — Charge rate in Kw
    - `updatedAt` string, date-time, nullable — Charge state was last updated at
  - `location` LocationDto
    - `latitude` number, double, required — Latitude of the vehicle
    - `longitude` number, double, required — Longitude of the vehicle
    - `updatedAt` string, date-time, nullable — Location was last updated at

## 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)
