Reference / Dashboard

begin TOTP enrollment for the current member.

POST /v1/dashboard/mfa/totp/enroll
End-user session operationId: mfa_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 request
POST http://localhost:8080/v1/dashboard/mfa/totp/enroll