---
title: "Forgot Password - Use in case you don´t remember your turboSMTP password"
method: POST
path: "/forgot-password"
tags: ["authentication"]
---

# Forgot Password - Use in case you don´t remember your turboSMTP password

`POST /forgot-password`

**This endpoint will allow you to get an email that will help you reset your turboSMTP password**

In your password reset email you will find:

* A **Reset Password** button that will take you to the password reset form on turboSMTP website.
* A secret token to be used to reset the password via [/authentication/forgot-password](#/authentication/updateResetPassword). **Note**: Token is vaid for 1 hour.

## Request body

- SendSecretTokenResetPasswordRequestBody
  - `email` string, email, required — turboSMTP account email address.

## Response `200`

Success

Password reset email sent if the address is registered. Always returns success to prevent email enumeration.

- CommonSuccessResponseBody
  - `message` 'success'

## Other responses

- `400` — Bad Request ###### Produces: * empty_request_body * missing_required_parameter

---

[API](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis.md) · [All operations](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serversmtp/turbosmtp-public-apis/revisions/8503e099b215/schema)
