---
title: "GET Unified sign in verify/re-authentication form/information"
method: GET
path: "/us-verify"
---

# GET Unified sign in verify/re-authentication form/information

`GET /us-verify`

If an endpoint is protected with @auth_required() with a freshness declaration this endpoint will be called to request an already signed in user to re-authenticate.

## Response `200`

Verify/re-authenticate form

- object
  - `available_methods` string[] — Config setting SECURITY_US_ENABLED_METHODS
  - `code_methods` string[] — All SECURITY_US_ENABLED_METHODS that the user has setup that require a code to be generated and sent.
  - `has_webauthn_verify_credential` boolean — < True if caller has a registered WebAuthn Key which has a `usage` that is allowed by the SECURITY_WAN_ALLOW_AS_VERIFY configuration setting.

## Changes

- **2022-04-24** `c0a14956e90a` — 2 breaking
  - the `available_methods` response's property type changed from `string` to `array` for status `200`
  - the `code_methods` response's property type changed from `string` to `array` for status `200`
- **2022-04-11** `afed188e0556` — 1 info
  - added the optional property `has_webauthn_verify_credential` to the response with the `200` status
- **2020-04-17** `4c0828c411ce` — 1 warning, 1 info
  - removed the optional property `methods` from the response with the `200` status
  - added the optional property `available_methods` to the response with the `200` status
- **2020-03-15** `2b6c48baee5c` — 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/us-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/b4ad23967247/schema)
