---
title: "Reset password with token"
method: POST
path: "/api/auth/reset-password"
tags: ["Auth"]
---

# Reset password with token

`POST /api/auth/reset-password`

Set a new password using the token received via email.

## Request body

- ResetPasswordDto
  - `token` string, required — Password reset token
  - `newPassword` string, required — New password (min 8 characters)

## Response `200`

Password reset successful

- MessageResponse
  - `message` string, required

## Other responses

- `400` — Invalid or expired reset token

---

[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)
