---
title: "Request to reset password"
method: GET
path: "/reset/{token}"
---

# Request to reset password

`GET /reset/{token}`

This is the result of getting a reset-password token and is usually the result of clicking the link from a reset-password email. If __SECURITY_REDIRECT_BEHAVIOR__ == 'spa' then a 302 is always returned.

## Response `200`

Reset password form

## Other responses

- `302` — Redirects depending on success/error and whether __SECURITY_REDIRECT_BEHAVIOR__ == 'spa'.

---

[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)
