v1
latestOpenAPI 3.1.0Private2026-07-24196240439.2 KBInstallationApiKeys
List Installation 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.
get/partner/installations/{installation_id}/api_keys
Path parameters
installation_idstring required
Unique Installation ID
Query parameters
limitinteger
Allows limiting the number of API keys returned.
offsetinteger
Allows offsetting the start of the returned page.
labelstring
Filter by exact label match.
created_atstring date-time
Allows filtering by date or time. Accepts an object with allowed keys of [gte, gt, lte, lt] and a value of the date or time in iso8601 format. See advanced querying for more information.
last_used_atstring date-time
Same shape as created_at.
deactivated_atstring date-time
Same shape as created_at. Pass { "is_present": true } to include only deactivated keys.
Response
Successful response