---
title: "List my API keys"
method: GET
path: "/api-keys"
tags: ["API Keys"]
---

# List my API keys

`GET /api-keys`

Returns the authenticated customer's API keys. Excludes the secret key value; use X-Hint for identification.

## Response `200`

List of API keys

- ApiKeyResponse[]
  - `id` integer, required — Internal key ID (for filtering /usage).
  - `name` string, nullable, required — Friendly name.
  - `active` boolean, required — Whether the key is active.
  - `allowed_domains` string[], required — Allowed domains.
  - `routing_strategy` 'economy' | 'performance', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/routemesh/apis/routemesh-api.md) · [All operations](https://skmtc.net/routemesh/apis/routemesh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routemesh/routemesh-api/versions/6590c9d7229d/schema)
