latestOpenAPI 3.0.12026-08-102423137.1 KB
80dd46738839
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"
}