# Get a {Key}

**Publié le** : 2026-05-08
**Catégorie** : SEO & LLMs

## `GET /:key`

**Get a {Key}**

### Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `key` | path | string | Yes |  |


### Responses

| Status | Description |
| --- | --- |
| `200` | Successful response |
| `401` | Unauthorized — invalid or missing API token |
| `403` | Forbidden — insufficient permissions |
| `404` | Not found |


---