The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33**GET** `/v1/organizations/federation_issuers`
44
5**Requires an OAuth access token with the `org:admin` scope**, from `ant auth login --scope org:admin` or a workload identity federation rule; Admin API keys are not accepted. See [Manage WIF with the Admin API](/docs/en/manage-claude/wif-admin-api).
6
57List federation issuers in your organization.
68
79Archived issuers are excluded unless `include_archived=true`.
from line 181
179181```bash
180182curl https://api.anthropic.com/v1/organizations/federation_issuers \
181183 -H 'anthropic-version: 2023-06-01' \
182 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
184 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
183185```
184186
185187### Response (200)