Skip to main content
POST
/
v1
/
users
/
me
/
mfa
/
enroll
Enroll in MFA
curl --request POST \
  --url http://localhost:8080/v1/users/me/mfa/enroll \
  --header 'Authorization: Bearer <token>'
{
  "authentication_factor": {},
  "authentication_challenge": {}
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_... or ak_test_...

Response

MFA enrollment initiated

authentication_factor
object
authentication_challenge
object