begin TOTP enrollment for the current member.
POST
End-user session operationId: mfa_enroll/v1/dashboard/mfa/totp/enroll Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Responses
200 Enrollment started
{
"data": {},
"error": {
"code": "string",
"message": "string"
},
"meta": {
"timestamp": "string"
},
"success": false
}Request
curl -X POST "http://localhost:8080/v1/dashboard/mfa/totp/enroll" \Try it
live requestPOST
http://localhost:8080/v1/dashboard/mfa/totp/enroll