Retrieve details for a specific API key, including its instance access and permissions.
curl https://api.chowder.dev/v1/keys/key_9f8a7b6c \ -H "Authorization: Bearer chd_sk_your_org_key"
{ "id": "key_9f8a7b6c", "name": "Production Bot Key", "key_prefix": "chd_sk_", "is_active": true, "expires_at": "2026-12-31T23:59:59Z", "last_used_at": "2026-02-14T08:30:00Z", "created_at": "2026-02-14T12:00:00Z", "instances": [ { "instance_id": "inst_abc123", "permissions": ["read", "interact", "channels"] }, { "instance_id": "inst_def456", "permissions": ["read", "interact", "channels"] } ] }
Authorization
chd_sk_
Show Instance object
["read", "interact"]