The whole hunk
from line 114, old and new numbered
/
lines
from line 114
114114
115115## Headers
116116
117- `"anthropic-version": optional string`
118
119 The version of the Claude API you want to use.
120
121 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
122
123117- `"x-api-key": optional string`
124118
125119## Returns
from line 212
218212
219213```bash
220214curl https://api.anthropic.com/v1/compliance/apps/chats \
215 -H 'anthropic-version: 2023-06-01' \
221216 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
222217```
223218