---
title: "Password Reset Confirm"
method: POST
path: "/auth/password-reset-confirm"
tags: ["Auth"]
---

# Password Reset Confirm

`POST /auth/password-reset-confirm`

## Request body

- PasswordResetConfirmPayload
  - `token` string, required
  - `new_password` string, required

## Response `200`

Successful Response

- PasswordResetConfirmResult
  - `detail` string, required
  - `user_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
