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

# List Api Keys

`GET /v1/api-keys`

List all API keys for the authenticated user.

## Headers

- `authorization` string

## Response `200`

Successful Response

- ApiKeyListResponse — List of API keys for the user.
  - `keys` ApiKeyItem[], required
    - `key_id` string, required
    - `name` string, required
    - `created_at` string, required
    - `hint` string, required — Last 4 chars of the key

---

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