# Verify authentication attempt

`POST /omni/authentication/verify` · [developer.incode.com ↗](https://developer.incode.com/reference/introduction)

> Verify authentication attempt

Verify the authenticity of an authentication attempt.

## Authentication

| Header | Required | Notes |
|---|---|---|
| `x-api-key` | yes | API key for the region/environment. |
| `api-version` | yes | API version, defaults to `1.0`. |
| `X-Incode-Hardware-Id` | – | Works with an Admin Token. |

**Category:** Authentications

## Sources

- Public reference: <https://developer.incode.com/reference/introduction>
- Reconstructed from the Incode Omni OpenAPI spec (operation `verifyauthattempt`); see the Implementation pane for source & tests.

