cURL
curl --request GET \ --url https://app.closerx.ai/api/auth/password-reset/{uidb64}/{token}/ \ --header 'api_key: <api-key>'
{ "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