---
title: "List API keys"
method: GET
path: "/management/apikey"
tags: ["API Keys"]
---

# List API keys

`GET /management/apikey`

Returns a list of all API keys

## Response `200`

Successful operation

- ApiKeyListResponse
  - `apiKeys` ApiKeyListEntry[], required — List of API keys
    - `id` string, required — ID of the API key
    - `applicationId` string, required — ID of the application using this API key
    - `description` string, required — Description of the API key
    - `createdAt` string, date-time, required — When the API key was created

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.net/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/versions/f94e296a08a3/schema)
