---
title: "List all API keys"
method: GET
path: "/api/api-key"
tags: ["API Key"]
---

# List all API keys

`GET /api/api-key`

## Response `200`

Array of API keys

- ApiKey[]
  - `name` string, required
  - `description` string, required
  - `hash` string, required
  - `role` 'USER' | 'QUANTIFIER' | 'FORWARDER' | 'ADMIN' | 'ROOT' | 'API_KEY_READWRITE' | 'API_KEY_READ' | 'API_KEY_DISCORD_BOT' | 'API_KEY_SETUP_WEB', required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2023-03-31** `af4ea0086c6f` — 1 breaking
  - removed the required property `items/_id` from the response with the `200` status

[Change history](https://skmtc.dev/givepraise/apis/praise-api/changes/api/api-key/get.md)

---

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