---
title: "Get all imeis(devices) that the logged in user has access to"
method: GET
path: "/v1/resourceowner/imeiconfigs"
tags: ["ResourceOwnerIMEIConfig"]
---

# Get all imeis(devices) that the logged in user has access to

`GET /v1/resourceowner/imeiconfigs`

Only vehicles that the user is associated with will be returned by this operation.

## Query parameters

- `includeDeviceType` boolean

## Response `200`

The Imeis are returned

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

## Other responses

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