---
title: "List API keys"
method: GET
path: "/config/api-keys"
tags: ["Configuration"]
---

# List API keys

`GET /config/api-keys`

Returns masked key previews only.

## Response `200`

List of API keys (masked).

- ApiKeySummary[]
  - `id` integer
  - `name` string
  - `preview` string — Masked key preview.
  - `type` 'http' | 'smtp'
  - `created_at` string, date-time

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
