API Keys
Get API Key
Retrieve details for a specific API key, including its instance access and permissions.
GET
Look up a single API key by ID. This endpoint returns the full picture — key metadata plus which instances the key can access and with what permissions.
Authorization
Requires an organization-level API key in theAuthorization header.
Path Parameters
string
required
The ID of the key to retrieve.
Response
string
Unique identifier for the key.
string
The human-readable name assigned at creation.
string
The key prefix (
chd_sk_).boolean
Whether the key is currently active.
string | null
Expiration datetime, if one was set.
string | null
The last time this key was used to authenticate a request.
string
When the key was created.
object[]
The instances this key has access to, along with the granted permissions.