> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List admin keys

> List admin keys

### Response

No response body. OK.

### Status codes

| Code  | Meaning |
| ----- | ------- |
| `200` | OK      |
| `401` | Error   |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.example.com/api/admin/keys' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
