Get API Key
GET/v1/organizations/api_keys/{api_key_id}
Get API Key
Path Parameters
api_key_id: string
ID of the API key.
Returns
Get API Key
curl https://api.anthropic.com/v1/organizations/api_keys/$API_KEY_ID \
-H 'anthropic-version: 2023-06-01' \
-H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY"