---
title: "List Installation API Keys"
method: GET
path: "/partner/installations/{installation_id}/api_keys"
tags: ["InstallationApiKeys"]
---

# List Installation API Keys

`GET /partner/installations/{installation_id}/api_keys`

Lists the API keys for this installation's practice connection. Keys are
connection-scoped, so installs of the same practice's products share them.

## Path parameters

- `installation_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `label` string
- `created_at` string, date-time
- `last_used_at` string, date-time
- `deactivated_at` string, date-time

## Response `200`

Successful response

- object[]
  - `created_at` string
  - `deactivated_at` string
  - `label` string
  - `last_used_at` string
  - `token_last_4` string

---

[API](https://skmtc.dev/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.dev/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
