Get Current Organization
GET/v1/organizations/me
Retrieve information about the organization associated with the authenticated API key.
Returns
Get Current Organization
curl https://api.anthropic.com/v1/organizations/me \
-H 'anthropic-version: 2023-06-01' \
-H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY"