latestOpenAPI 3.0.12026-08-102423137.1 KB

80dd46738839

Device binding

Retrieve a bound device

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

get/v1/mfa/devices/{id}

Path parameters

idstring required

Response

OK

idstring

The ID of the device.

namestring

The name of the device.

person_idstring

The ID of the person who registered the device.

created_atstring

The date and time when the device was registered.

deleted_atstring

(For deleted devices only) The date and time when the device was deleted.

Example response

{
  "id": "20f892fdc6414320b5b1df612f833edb",
  "name": "Samsung Galaxy S20",
  "person_id": "83caf49280604836bdbb41ba33d8cper",
  "created_at": "2022-06-30T22:19:37Z"
}