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

# Forgot Password

`POST /auth/forgot-password`

Send a password reset email. Always returns success to prevent email enumeration. Rate limited to 3 requests/hour per IP.

## Request body

- object
  - `email` string, email, required

## Response `200`

If account exists, reset email sent

## Other responses

- `429` — Rate limited

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
