---
title: "List bound devices"
method: GET
path: "/v1/mfa/devices"
tags: ["Device binding"]
---

# List bound devices

`GET /v1/mfa/devices`

Returns a list of devices that your customers have verified using the device binding process.

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `filter[person_id]` string
- `filter[include_deleted]` string

## Response `200`

OK

- Device[]
  - `id` string — The ID of the device.
  - `name` string — The name of the device.
  - `person_id` string — The ID of the person who registered the device.
  - `created_at` string — The date and time when the device was registered.
  - `deleted_at` string — (For deleted devices only) The date and time when the device was deleted.

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `500` — Internal server error

---

[API](https://skmtc.net/solarisgroup/apis/device-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/device-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/device-management/revisions/80dd46738839/schema)
