# Password Reset ## Request password reset - [POST /resets](https://docs.ticketingevents.com/openapi/password-reset/request_reset.md): Request that a password reset code be sent to the provided email address, if it belongs to a registered user. ## Reset password - [PATCH /resets/{reset}](https://docs.ticketingevents.com/openapi/password-reset/reset_password.md): Change the password to the value provided if the reset code matches that sent to the account's email address.