The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33**GET** `/v1/organizations/federation_issuers/{federation_issuer_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 issuer by its ID (`fdis_...`).
68
79## Path parameters
from line 168
166168```bash
167169curl https://api.anthropic.com/v1/organizations/federation_issuers/$FEDERATION_ISSUER_ID \
168170 -H 'anthropic-version: 2023-06-01' \
169 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
171 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
170172```
171173
172174### Response (200)