cURL
curl --request POST \ --url https://app.closerx.ai/api/auth/password-reset-complete/ \ --header 'Content-Type: application/json' \ --header 'api_key: <api-key>' \ --data ' { "uidb64": "<string>", "token": "<string>", "password": "<string>" } '
{ "success": true, "message": "<string>", "data": {} }
Allows User to reset their password using a valid token
User ID, token, and new password for password reset
Base64 encoded user ID
Password reset token
New password for the user
Password reset response
Indicates whether the password reset was successful
Message describing the result of the password reset request
Empty object containing no additional data