Current Identity
MFA
For a completed MFA enrollment view the current recovery codes
Allows the viewing of recovery codes of an MFA enrollment. Requires a current valid time based one time password to interact with. Available after a completed MFA enrollment.
get/current-identity/mfa/recovery-codes
Headers
mfa-validation-codestring
Request body
Response
The recovery codes of an MFA enrollment
Example response
{
"data": {
"createdAt": "2000-01-23T04:56:07.000+00:00",
"_links": {
"key": {
"method": "method",
"comment": "comment",
"href": "https://openapi-generator.tech"
}
},
"id": "id",
"recoveryCodes": [
"recoveryCodes",
"recoveryCodes"
],
"tags": {},
"updatedAt": "2000-01-23T04:56:07.000+00:00"
},
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}