# Authenticate token header (/tokens/Tokens_authenticate)

Verify a token header without checking resource access.

`POST /tokens/authenticate`

## Request Body

Type: `authenticateTokenRequest`

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `header` | `string` | No |  |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `root.VerifiedToken[]` |
| `400` | Bad Request | `ErrorResponse` |

The full machine-readable OpenAPI spec is available at /openapi.json.