---
title: "List active API keys for the authed organization"
method: GET
path: "/v1/account/keys"
tags: ["system"]
---

# List active API keys for the authed organization

`GET /v1/account/keys`

## Response `200`

Successful Response

- KeyPublic[]
  - `id` string, required
  - `key_prefix` string, required
  - `name` string, required
  - `created_at` string, required
  - `last_used_at` string, nullable
  - `revoked_at` string, nullable

## Other responses

- `401` — Authentication failed.
- `429` — Per-minute, anonymous, or monthly quota exceeded.
- `500` — The operation failed internally.
- `503` — A required backend or data source is temporarily unavailable.

---

[API](https://skmtc.net/goldprice/apis/gold-api.md) · [All operations](https://skmtc.net/goldprice/apis/gold-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goldprice/gold-api/revisions/5e6518098e6e/schema)
