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

# Request Reset

`POST /v1/auth/password/reset`

Mail a password-reset link, or do nothing: the response never says which.

## Request body

- RequestPasswordResetRequest
  - `email` string, required — The address to send a reset link to.

## Response `200`

Successful Response

- RequestPasswordResetResponse
  - `message` string, required — The same message whether or not the address has a password to reset.

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-21** `91764f0b41d6` — 1 info
  - endpoint added
- **2026-08-21** `2f89238cc674` — 1 breaking
  - api path removed without deprecation
- **2026-08-21** `875cef5dd6a8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/auth/password/reset/post.md)

---

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