One change
Usage
api/admin/analytics/usage
Nearest release: v2.1.239, published 2 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
api/admin/analytics/usage Changed · +2 / -2 lines
from line 225
```http curl https://api.anthropic.com/v1/organizations/analytics/usage_report \ -H 'anthropic-version: 2023-06-01' \ - -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" + -H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY" ``` #### Response
from line 540
```http curl https://api.anthropic.com/v1/organizations/analytics/user_usage_report \ -H 'anthropic-version: 2023-06-01' \ - -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" + -H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY" ``` #### Response