---
title: "List all API keys (admin only)"
method: GET
path: "/users/api-keys"
tags: ["API Keys"]
---

# List all API keys (admin only)

`GET /users/api-keys`

Returns all API keys with associated usernames. Token hashes are never returned.

## Response `200`

List of API keys.

## Other responses

- `403` — Admin access required.
- `500` — Failed to fetch API keys.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
