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

# Reset:Reset Password

`POST /api/auth/reset-password`

## Request body

- BodyResetResetPasswordApiAuthResetPasswordPost
  - `token` string, required
  - `password` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

[API](https://skmtc.net/okio-ai/apis/nendo-server.md) · [All operations](https://skmtc.net/okio-ai/apis/nendo-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/okio-ai/nendo-server/versions/a044a48565cb/schema)
