Generate password reset code
curl --request POST \
--url https://pria.praxislxp.com/api/auth/generateResetCode \
--header 'Content-Type: application/json' \
--data '
{
"email": "john.doe@domain.com"
}
'{
"success": true,
"message": "Reset code sent to email"
}Authentication
Generate password reset code
Sends a password reset code to the user’s email address.
Rate Limiting: 3 requests per minute per IP address.
POST
/
api
/
auth
/
generateResetCode
Generate password reset code
curl --request POST \
--url https://pria.praxislxp.com/api/auth/generateResetCode \
--header 'Content-Type: application/json' \
--data '
{
"email": "john.doe@domain.com"
}
'{
"success": true,
"message": "Reset code sent to email"
}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.
Was this page helpful?
⌘I