---
title: "List Api Keys"
method: GET
path: "/api/v1/developer/api-keys"
tags: ["Internal: API Keys"]
---

# List Api Keys

`GET /api/v1/developer/api-keys`

List all API keys.

## Response `200`

Successful Response

- ApiKeyRead[]
  - `id` string, required
  - `name` string, required
  - `created_by` string, uuid, nullable, required
  - `created_at` string, date-time, required

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
