The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33**GET** `/v1/organizations/federation_rules`
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 rules in your organization.
68
79Optionally filter by issuer with `issuer_id`. Archived rules are excluded
from line 170
168170```bash
169171curl https://api.anthropic.com/v1/organizations/federation_rules \
170172 -H 'anthropic-version: 2023-06-01' \
171 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
173 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
172174```
173175
174176### Response (200)