Skip to main content
POST
/
api
/
user
/
me
/
mfa-prompt-dismiss
Dismiss the "enable MFA" nudge for 7 days
curl --request POST \
  --url https://pria.praxislxp.com/api/user/me/mfa-prompt-dismiss \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

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

Dismissal recorded.

success
boolean
Example:

true