---
title: "Password Recovery Email"
method: POST
path: "/api/v1/user/send-password-recovery"
tags: ["User"]
---

# Password Recovery Email

`POST /api/v1/user/send-password-recovery`

Forgot your password? No worries! Enter your email and we'll send you a recovery link

## Request body

- EmailDTO
  - `email` string, email, required

## Response `200`

Request completed successfully.

- OkResponse
  - `detail` string

## Other responses

- `400` — The request is invalid.
- `422` — Validation error. Please check your input.

---

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