---
title: "Request password reset"
method: POST
path: "/api/auth/forgot-password"
tags: ["auth"]
---

# Request password reset

`POST /api/auth/forgot-password`

Send password reset email to user

## Request body

- ForgotPasswordRequest — Forgot password request model.
  - `email` string, required — User email address

## Response `200`

Successful Response

- ForgotPasswordResponse — Forgot password response model.
  - `title` string — Response title
  - `message` string — Response message

## Other responses

- `422` — Validation Error

---

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