# Forgot Password (public) **POST /auth/forgot-password** Forgot Password will send an email to the user with a link to reset the password ## 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) ## Responses ### 200 Return a message to confirm the email was sent #### 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) ### 429 Too Many Request #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)