---
title: "Forgot Password Auth"
method: POST
path: "/api/auth/forgot-password"
---

# Forgot Password Auth

`POST /api/auth/forgot-password`

## Request body

- ForgotPasswordRequest
  - `email` string, email, required

## Response `200`

Successful Response

- MessageResponse
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2e4355d35497/schema)
