---
title: "Request to confirm account"
method: GET
path: "/confirm/{token}"
---

# Request to confirm account

`GET /confirm/{token}`

This is the result of getting a confirmation token and is usually the result of clicking the link from a confirmation email. This ALWAYS results in a 302 redirect. By default (unless __SECURITY_AUTO_LOGIN_AFTER_CONFIRM__ == True), the user denoted by the token must authenticate using normal mechanisms.

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