The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33**GET** `/v1/organizations/federation_rules/{federation_rule_id}`
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
57Retrieve a federation rule by its ID (`fdrl_...`).
68
79## Path parameters
from line 158
156158```bash
157159curl https://api.anthropic.com/v1/organizations/federation_rules/$FEDERATION_RULE_ID \
158160 -H 'anthropic-version: 2023-06-01' \
159 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
161 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
160162```
161163
162164### Response (200)