---
title: "Send reset password instructions email"
method: POST
path: "/reset"
---

# Send reset password instructions email

`POST /reset`

## Request body

- EmailLink
  - `email` string, required — Email address to send link email to.

## Response `200`

Reset password response. For forms both success and validation errors.

- DefaultJsonResponseNoUser
  - `meta` object, required
    - `code` integer, required — Http status code
  - `response` object, required
    - `csrf_token` string — Session CSRF token

## Other responses

- `302` — Response when valid email however user hasn't confirmed and __SECURITY_REQUIRES_CONFIRMATION_ERROR_VIEW__ is set.
- `400` — Errors while validating form

---

[API](https://skmtc.net/pallets-eco/apis/flask-security-external-api.md) · [All operations](https://skmtc.net/pallets-eco/apis/flask-security-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pallets-eco/flask-security-external-api/versions/5ee7c28d6e1e/schema)
