Skip to main content

Validate password reset token

GET 

/password-reset/validate/:uid/:token/

API endpoint for validating a password reset token. Called by the frontend when user clicks the reset link to verify the token is valid before showing the password reset form.

Returns:

  • 200: Token is valid
  • 400: Token is invalid or expired

Request

Responses