---
title: "POST /api/v1/auth/password/reset"
method: POST
path: "/api/v1/auth/password/reset"
tags: ["Authentication"]
---

# POST /api/v1/auth/password/reset

`POST /api/v1/auth/password/reset`

Consumes a one-use recovery token, updates the password, and revokes sessions.

## Request body

- object
  - `newPassword` string, required
  - `token` string, required

## Response `200`

The password was updated and the token consumed.

- object
  - `status` 'complete', required

## Other responses

- `400` — The JSON request does not match the reset contract.
- `403` — The request did not originate from this portal.
- `422` — The token is invalid, expired, used, or belongs to another portal.

---

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