Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

List Federation Issuers changed

api/admin/federation_issuers/list

Nearest release: v2.1.261, published 3 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+3added
Lines−1removed
From line 2 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

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)