---
title: "GET Reauthenticate using WebAuthn form"
method: GET
path: "/wan-verify"
---

# GET Reauthenticate using WebAuthn form

`GET /wan-verify`

If an endpoint is protected with @auth_required() with a freshness declaration this endpoint can be used to reauthenticate with a previously registered WebAuthn Key.

## Response `200`

Verify/reauthenticate form

- DefaultJsonResponse
  - `meta` object, required
    - `code` integer, required — Http status code
  - `response` object, required
    - `user` object — By default an empty dictionary is returned. However by overriding _User::get_security_payload()_ any attributes of the User model can be returned.
    - `csrf_token` string — Session CSRF token

## Changes

- **2022-04-11** `afed188e0556` — 1 info
  - endpoint added
- **2019-07-23** `11c8459a5c04` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/changes/wan-verify/get.md)

---

[API](https://skmtc.dev/pallets-eco/apis/flask-security-external-api.md) · [All operations](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pallets-eco/flask-security-external-api/revisions/ee92f388dafa/schema)
