Reset Password, phase 3

This endpoint sets a new password after validating the signed payload. If successful, it returns an OK message.

❗️

Password Requirements:

  • Length: 10 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., !, @, #, $)
  • A weak password (e.g., including qwerty or 12345 combinations) will not be accepted
  • The last 5 user's passwords cannot be specified as a new one
Language
Click Try It! to start a request and see the response here!