---
title: "Reset password using a token"
method: POST
path: "/v1/auth/reset-password"
tags: ["Authentication"]
---

# Reset password using a token

`POST /v1/auth/reset-password`

## Request body

- ResetPasswordDto
  - `token` string, uuid, required
  - `newPassword` string, required

## Response `201`

---

[API](https://skmtc.dev/maket/apis/virtual-architect-api.md) · [All operations](https://skmtc.dev/maket/apis/virtual-architect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maket/virtual-architect-api/revisions/7635e6f94477/schema)
