Skip to main content
POST
/
api
/
user
/
me
/
mfa-enroll
Send a verification code to prove email ownership (post-enable enrollment)
curl --request POST \
  --url https://pria.praxislxp.com/api/user/me/mfa-enroll \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "challengeId": "<string>",
  "maskedEmail": "hu***@praxis-ai.com"
}

Documentation Index

Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Response

Code emailed.

success
boolean
challengeId
string
maskedEmail
string
Example:

"hu***@praxis-ai.com"