---
title: "List API keys"
method: GET
path: "/api-key/list/{merchant_id}"
tags: ["API Keys"]
---

# List API keys

`GET /api-key/list/{merchant_id}`

List active and revoked API keys for a merchant.

## Path parameters

- `merchant_id` string, required

## Response `200`

API keys

- ApiKeyListItem[]
  - `key_id` string
  - `key_prefix` string
  - `merchant_id` string
  - `description` string, nullable
  - `is_active` boolean
  - `created_at` string

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/versions/36e7a0972ee6/schema)
