whether the member has a confirmed factor and if this session is stepped up.
GET
End-user session operationId: mfa_status/v1/dashboard/mfa Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Responses
200 MFA status
{
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
}Request
curl -X GET "http://localhost:8080/v1/dashboard/mfa" \Try it
live requestGET
http://localhost:8080/v1/dashboard/mfa