One change
Organizations
api/admin/organizations
Nearest release: v2.1.245, published an hour after 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/organizations Changed · +12 / -13 lines
#### Response (200) ## Domain types #### Response ## Domain Types
from line 1
---- -title: Organizations -url: https://platform.claude.com/docs/en/api/admin/organizations ---- - # Organizations ## Get Current Organization -**get** `/v1/organizations/me` +**GET** `/v1/organizations/me` Retrieve information about the organization associated with the authenticated API key. ### Returns -- `Organization object { id, name, type }` +- `Organization object` - `id: string` ID of the Organization. + format: uuid + - `name: string` Name of the Organization.
from line 26
For Organizations, this is always `"organization"`. - - `"organization"` + default: organization ### Example -```http +```bash curl https://api.anthropic.com/v1/organizations/me \ -H 'anthropic-version: 2023-06-01' \ -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" ``` -#### Response +#### Response (200) ```json {
from line 46
} ``` -## Domain Types +## Domain types ### Organization -- `Organization object { id, name, type }` +- `Organization object` - `id: string` ID of the Organization. + format: uuid + - `name: string` Name of the Organization.
from line 68
For Organizations, this is always `"organization"`. - - `"organization"` + default: organization