---
title: "Get api keys"
method: GET
path: "/apiKeys/"
tags: ["ApiKeys"]
---

# Get api keys

`GET /apiKeys/`

Retrieves the api keys of an organization.

## Headers

- `x-m2-organization-id` string, required

## Response `200`

Response body for listing all API keys

- object[] — Response body for listing all API keys
  - `documentId` string, required
  - `displayName` string, required
  - `isActive` boolean, required
  - `isManagedByTerraform` boolean, required
  - `organizationId` string, required
  - `claims` object
  - `permissions` string[]
  - `keyString` string

---

[API](https://skmtc.net/otherside/apis/organizations.md) · [All operations](https://skmtc.net/otherside/apis/organizations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/organizations/revisions/7bb9c8fbb542/schema)
