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/beta/organization/federation/issuers/list

Nearest release: v2.1.268, published under an hour after 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+14added
Lines−7removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Federation Issuers
3url: https://platform.claude.com/docs/en/api/beta/organization/federation/issuers/list
4---
5 
16# List Federation Issuers
27 
38**GET** `/v1/organizations/federation_issuers`
from line 39
3439 
3540 - `string`
3641 
37 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
42 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3843 
3944 - `"message-batches-2024-09-24"`
4045 
from line 87
8287 
8388 - `"user-profiles-2026-08-18"`
8489 
90 - `"user-profiles-2026-09-04"`
91 
8592 - `"advisor-tool-2026-03-01"`
8693 
8794 - `"managed-agents-2026-04-01"`
from line 135
128135 
129136- `data: array of BetaFederationIssuer`
130137 
138 - `type: "federation_issuer"`
139 
140 default: federation_issuer
141 
131142 - `id: string`
132143 
133144 Tagged ID of the federation issuer.
from line 213
202213 
203214 JWKS supplied directly; no network fetch.
204215 
216 - `type: "inline"`
217 
205218 - `keys: array of map[unknown]`
206219 
207220 Inline JWK objects.
from line 221
208221 
209222 minItems: 1
210223 
211 - `type: "inline"`
212 
213224 - `jwks_polling_disabled_at: string or null`
214225 
215226 If set, Anthropic's JWKS poller has paused polling for this issuer after repeated fetch failures. Re-enable by sending `jwks_polling_disabled: false` via the issuer update endpoint (POST) once the upstream JWKS endpoint is fixed. An OAuth caller cannot send this when the issuer backs a rule with any scope other than `workspace:developer` or `workspace:inference`; use a Console session.
from line 258
247258 When the next fetch is scheduled. Null if paused.
248259 
249260 format: date-time
250 
251 - `type: "federation_issuer"`
252 
253 default: federation_issuer
254261 
255262 - `updated_at: string`
256263