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

# Request reset password email

`POST /api/v1/auth/forgot-password`

## Request body

- ForgotPasswordRequest
  - `email` string, required

## Response `200`

Email sent

## Other responses

- `404` — No user with such email found

---

[API](https://skmtc.dev/ever-co/apis/ever-traduora-api.md) · [All operations](https://skmtc.dev/ever-co/apis/ever-traduora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ever-co/ever-traduora-api/revisions/50176ec21566/schema)
