Device signing challenges
Retrieve a device signing challenge
Returns an existing device signing challenge.
get/v1/mfa/challenges/devices/{id}
Path parameters
idstring required
The ID of the challenge.
Response
OK
Example response
{
"id": "6642d15e-8f6b-4d28-9186-cdd61d80032a",
"type": "signature",
"created_at": "2022-03-18T14:50:04Z",
"expires_at": "2022-03-18T14:55:04Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.