---
title: "Request password reset"
method: POST
path: "/api/auth/forgot-password"
tags: ["Auth"]
---

# Request password reset

`POST /api/auth/forgot-password`

Send a password reset email to the specified address. Always returns success to prevent email enumeration.

## Request body

- ForgotPasswordDto
  - `email` string, required

## Response `200`

Reset email sent if account exists

- MessageResponse
  - `message` string, required

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/revisions/0e449a4e0dc8/schema)
