cURL
curl --request GET \ --url https://api.example.com/api/api-keys \ --header 'Authorization: <authorization>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "success": true, "data": [ { "key_id": "apikey_a1b2c3d4e5f6", "name": "Production API Key", "role": "agent_manager", "prefix": "bk_live_xxxx", "client_id": "org_abc123", "user_id": "user_def456", "status": "active", "created_at": "2024-01-15T10:30:00Z", "last_used_at": "2024-01-15T14:45:00Z", "expires_at": "2025-12-31T23:59:59Z" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.getbutter.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getbutter.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show API Key Object
active
revoked