---
title: "List API keys"
method: GET
path: "/api/v1/api-management/access/api-keys"
tags: ["ApiAccessManagement"]
---

# List API keys

`GET /api/v1/api-management/access/api-keys`

## Query parameters

- `PageNumber` integer
- `PageSize` integer
- `environmentId` integer

## Response `200`

OK

- DtoApiKeyGetResponse
  - `data` DtoApiKeyGet
    - `name` string, nullable — Name of the API key
    - `id` integer — Unique identifier for the API key
    - `value` string, uuid — Value of the API key
    - `modified` string, date-time — The date and time when the API key was last modified
    - `modifier` string, nullable — The user who last modified the API key
    - `environment` DtoEnvironmentBase
      - `id` integer — Unique identifier for the Environment
      - `displayName` string — Display name for the Environment

## Other responses

- `404` — Environment not found

---

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