---
title: "Forgot password"
method: POST
path: "/api/auth/forgot-password"
tags: ["Auth"]
---

# Forgot password

`POST /api/auth/forgot-password`

## Request body

- ForgotPasswordRequest — Request body for password reset
  - `email` string, required — User's email address

## Response `200`

Password reset email sent

- ForgotPasswordResponse — Response for password reset request
  - `message` string, required — Status message

## Changes

- **2025-09-01** `a2488be8a6e4` — 1 info
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/patroninc/apis/patron-api/changes/api/auth/forgot-password/post.md)

---

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