Reset Password, Phase 2

This endpoint allows setting a new password using a signed code for the password reset. The request must include the new password, the signed payload, and the email address (username) for which the password is being reset. A 200 status code indicates that the password was successfully reset and the user info is returned.

❗️

Password Requirements:

  • Length: 8 to 32 characters
  • Must contain both lowercase and uppercase Latin letters
  • Must include at least 1 number
  • Must contain at least 1 symbol (e.g., !, @, #, $)
Language
Click Try It! to start a request and see the response here!