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

# List API Keys

`GET /apikey`

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

The list of all API keys on the account

- PaginationListModelOfApiKeyModel
  - `Items` ApiKeyModel[], nullable
    - `Id` integer
    - `Key` string, nullable
    - `Roles` string[], nullable
  - `CurrentPage` integer
  - `TotalItems` integer
  - `HasMoreItems` boolean

## Other responses

- `401` — The request authorization failed
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
