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

---

[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/7885a141754c/schema)
