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

# Confirm Reset

`POST /v1/auth/password/reset/confirm`

Complete a password reset. Single-use: the token stops working after this.

## Request body

- ResetPasswordRequest
  - `new_password` string, required — The password to sign in with from now on. At least 8 characters, at most 72 bytes.
  - `token` string, required — The token from the reset link.

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/2d6e4912e230/schema)
