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

## Changes

- **2026-02-16** `0e449a4e0dc8` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/novabilling/apis/novabilling-api/changes/api/auth/reset-password/post.md)

---

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