Skip to main content
POST
/
api
/
v1
/
auth
/
mfa
/
enroll
/
begin
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/auth/mfa/enroll/begin" \
  -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.

Body

application/json
password
string
required

Current account password (re-auth gate).

Required string length: 8 - 128

Response