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