---
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

## Changes

- **2026-07-06** `81fbe32d2100` — 1 info
  - endpoint added
- **2026-02-10** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/routemesh/apis/routemesh-api/changes/api-keys/get.md)

---

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