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

Validate External Key changed

api/beta/organization/external_keys/validate

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+9added
Lines−4removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Validate External Key
3url: https://platform.claude.com/docs/en/api/beta/organization/external_keys/validate
4---
5 
16# Validate External Key
27 
38**POST** `/v1/organizations/external_keys/{external_key_id}/validate`
from line 24
1924 
2025## Returns
2126 
27- `type: "external_key_validation"`
28 
29 default: external_key_validation
30 
2231- `error: string or null`
2332 
2433 Error message when status is `failure`. Null otherwise.
from line 39
3039 - `"failure"`
3140 
3241 - `"success"`
33 
34- `type: "external_key_validation"`
35 
36 default: external_key_validation
3742 
3843## Example
3944