latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
User
Get Recovery Codes
Get the recovery codes for the given recovery code set ID. Requires the user_manage scope. Session must be unlocked using the Unlock endpoint, prior to hitting this route.
get/api/v2/user/recoverycodes/{recoveryCodeSetId}
Path parameters
recoveryCodeSetIdstring required
Example:59cd72485007a239fb00282ed480da1f
The ID of the recovery code set
Response
OK
Example response
{
"id": "59cd72485007a239fb00282ed480da1f",
"created": "2019-05-02T15:27:35.773Z",
"codes": [
{
"code": "uFN4wrsjdpK3",
"isActive": true
}
]
}