Validate password reset code
curl --request POST \
--url https://pria.praxislxp.com/api/auth/checkResetCode \
--header 'Content-Type: application/json' \
--data '
{
"email": "john.doe@domain.com",
"resetCode": "ABC123"
}
'{
"success": true,
"valid": true
}Authentication
Validate password reset code
Validates whether the provided reset code is valid for the user.
Rate Limiting: 10 requests per minute per IP address.
POST
/
api
/
auth
/
checkResetCode
Validate password reset code
curl --request POST \
--url https://pria.praxislxp.com/api/auth/checkResetCode \
--header 'Content-Type: application/json' \
--data '
{
"email": "john.doe@domain.com",
"resetCode": "ABC123"
}
'{
"success": true,
"valid": 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.
Was this page helpful?
⌘I