---
title: "List API keys"
method: GET
path: "/v0.1/merchants/{merchant_code}/api-keys"
tags: ["API Keys"]
---

# List API keys

`GET /v0.1/merchants/{merchant_code}/api-keys`

Returns paginated list of API keys.

## Path parameters

- `merchant_code` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

List of API keys.

- APIKeysList
  - `items` APIKey[], required
    - `created_at` string, date-time, required
    - `id` string, required — Unique identifier of the API Key.
    - `name` string, required — User-assigned name of the API Key.
    - `plaintext` string — The plaintext value of the API key. This field is returned only in the response to API key creation and is never again available in the plaintext form.
    - `preview` string, required — Last 8 characters of the API key.
    - `scopes` string[], required
    - `type` 'public' | 'secret', required
    - `updated_at` string, date-time, required
  - `total_count` integer, required

---

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