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

Remote changed

api/compliance/apps/sessions/remote

Nearest release: v2.1.272, published 5 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+2added
Lines−12removed
From line 79 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

The whole hunk

from line 79, old and new numbered
/
lines
from line 79
7979 
8080### Headers
8181 
82- `"anthropic-version": optional string`
83 
84 The version of the Claude API you want to use.
85 
86 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
87 
8882- `"x-api-key": optional string`
8983 
9084### Returns
from line 153
159153 
160154```bash
161155curl https://api.anthropic.com/v1/compliance/apps/sessions/remote \
156 -H 'anthropic-version: 2023-06-01' \
162157 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
163158```
164159 
from line 321
326321 
327322#### Headers
328323 
329- `"anthropic-version": optional string`
330 
331 The version of the Claude API you want to use.
332 
333 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
334 
335324- `"x-api-key": optional string`
336325 
337326#### Returns
from line 515
526515 
527516```bash
528517curl https://api.anthropic.com/v1/compliance/apps/sessions/remote/$CLAUDE_REMOTE_SESSION_ID/messages \
518 -H 'anthropic-version: 2023-06-01' \
529519 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
530520```
531521