latestOpenAPI 3.0.12026-08-102423137.1 KB

80dd46738839

Device binding

Retrieve a device binding signature challenge

Returns a signature challenge created during the device binding process.

get/v1/mfa/challenges/signatures/{id}

Path parameters

idstring required

Response

OK

idstring

The ID of the challenge.

typestring

The type of the challenge.

created_atstring

The date and time when the challenge was created.

expires_atstring

The date and time when the challenge will expire (i.e., 5 minutes after creation).

Example response

{
  "id": "6642d15e-8f6b-4d28-9186-cdd61d80032a",
  "type": "signature",
  "created_at": "2022-03-18T14:50:04Z",
  "expires_at": "2022-03-18T14:55:04Z"
}