API Keys
List API Keys
Retrieve all API keys belonging to your organization.
GET
Fetch every API key associated with your organization. Handy for auditing access or building a key management UI.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
Requires an organization-level API key in theAuthorization header.
Response
Returns an array of key objects. Note that the raw key value is never included — we only store hashes, so what you see is what you get.Unique identifier for the key.
The organization this key belongs to.
The human-readable name assigned at creation.
The key prefix (
chd_sk_).Whether the key is currently active. Revoked or expired keys will show
false.Expiration datetime, if one was set.
The last time this key was used to authenticate a request.
null if the key has never been used.When the key was created.