# Reset Password (public) **POST /auth/reset-password** Reset Password will reset the password of the user ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Parameters ### Headers - **X-Popsell-Domain** (string) The domain of the user ### Body: application/json (object) - **email** (string) - **password** (string) - **token** (string) ## Responses ### 200 Return a message to confirm the password was reset #### Body: application/json (object) - **message** (string) ### 400 Bad Request #### Body: application/json (object) - **message** (string) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) ### 422 Unprocessable Content #### Body: application/json (object) - **message** (string) Error message. - **errors** (object) [Powered by Bump.sh](https://bump.sh)