---
title: "Retrieve All API keys"
method: GET
path: "/api_keys"
tags: ["API Management"]
---

# Retrieve All API keys

`GET /api_keys`

This endpoint returns all the API key ids along with their names that are configured.

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `on-behalf-of` string

## Response `200`

OK

- object[]
  - `api_key_id` integer, required
  - `name` string, required

## Other responses

- `400`

---

[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)
