Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.closerx.ai/api/auth/password-reset/{uidb64}/{token}/
{ "success": true, "message": "<string>", "data": {} }
Verifies the password reset token for a user
Base64 encoded user ID
Password reset token
Token verification response
Indicates whether the token verification was successful
Message describing the result of the token verification
Empty object containing no additional data