---
title: "Retrieve a bound device"
method: GET
path: "/v1/mfa/devices/{id}"
tags: ["Device binding"]
---

# Retrieve a bound device

`GET /v1/mfa/devices/{id}`

Retrieves a single device that a customer registered using the device binding process.

## Path parameters

- `id` string, required

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