---
title: "A magic link to authenticate (instead of manually entering a code)."
method: GET
path: "/us-verify-link"
---

# A magic link to authenticate (instead of manually entering a code).

`GET /us-verify-link`

This is the result of getting a passcode link and is usually the result of clicking the link from an email. This ALWAYS results in a 302 redirect. N.B. Magic link with 2FA enabled does not work and the SPA will get a redirect to the login error page with tf_required. Must use code option instead.

## Other responses

- `302` — Redirects depending on success/error and whether __SECURITY_REDIRECT_BEHAVIOR__ == 'spa'. Also, if Two-Factor authentication has been enabled, further authentication/redirects might be required.

---

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