---
title: "API Key - List"
method: GET
path: "/api_keys/{merchant_id}/list"
tags: ["API Key"]
---

# API Key - List

`GET /api_keys/{merchant_id}/list`

List all the API Keys associated to a merchant account.

## Path parameters

- `merchant_id` string, required

## Query parameters

- `limit` integer, nullable
- `skip` integer, nullable

## Response `200`

List of API Keys retrieved successfully

- RetrieveApiKeyResponse[]
  - `key_id` string, required — The identifier for the API Key.
  - `merchant_id` string, required — The identifier for the Merchant Account.
  - `name` string, required — The unique name for the API Key to help you identify it.
  - `description` string, nullable — The description to provide more context about the API Key.
  - `prefix` string, required — The first few characters of the plaintext API Key to help you identify it.
  - `created` string, date-time, required — The time at which the API Key was created.
  - `expiration` union, required
    - 'never'
    - string, date-time

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
