---
title: "Get IMEIconfig by IMEIconfigId"
method: GET
path: "/v1/resourceowner/imeiconfigs3/{imeiConfigId}"
tags: ["ResourceOwnerIMEIConfig3"]
---

# Get IMEIconfig by IMEIconfigId

`GET /v1/resourceowner/imeiconfigs3/{imeiConfigId}`

The user only has access to IMEIconfig that it is associated with through the companies or directly thorugh vehicles

## Path parameters

- `imeiConfigId` integer, required

## Query parameters

- `includeDeviceType` boolean

## Response `200`

The Imeis are returned

- IMEIConfigDetail3Model
  - `IMEIConfigId` integer
  - `IMEI` string
  - `VehicleId` integer
  - `DeviceType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 255

## Other responses

- `403` — Request is forbidden, meaning you dont' have access to this IMEIconfig
- `404` — The IMEIconfig that you tried to get doesn't exist
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
