Current Identity
MFA
Returns the current status of MFA enrollment
Returns details about the current MFA enrollment. If enrollment has not been completed it will return the current MFA configuration details necessary to complete a POST /current-identity/mfa/verify.
get/current-identity/mfa
Response
The details 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"
}
},
"isVerified": true,
"provisioningUrl": "provisioningUrl",
"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"
]
}
}