---
title: "List API keys"
method: GET
path: "/v1/dev/keys"
tags: ["API Keys"]
---

# List API keys

`GET /v1/dev/keys`

Retrieve all your developer API keys. Secret key values are not returned — only the prefix is shown.

## Response `200`

List of API keys.

- ApiKey[]
  - `id` string — Unique key identifier.
  - `name` string — Descriptive name.
  - `key_prefix` string — First part of the key (for identification).
  - `created_at` string, date-time
  - `last_used_at` string, date-time, nullable — When the key was last used.

## Other responses

- `401` — Invalid or missing API key.

## Changes

- **2026-03-24** `b791dc93aa91` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/basedhardware/apis/omi-developer-api/changes/v1/dev/keys/get.md)

---

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