# Authorize token for resource access (/tokens/Tokens_authorize)

Verify a token header and validate it against a requested access scope.

`POST /tokens/authorize`

## Request Body

Type: `authorizeTokenRequest`

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `access` | `main.TokenAccess` | No |  |
| `header` | `string` | No |  |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `authorizeResponse` |
| `400` | Bad Request | `ErrorResponse` |
| `500` | Internal Server Error | `ErrorResponse` |

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