Validate an API key
POST/v1/keys/validate
Reports the status of the API key supplied in the Authorization header. A usable key returns 200; a missing, revoked, expired, or unknown key returns 401 — both with the same status body (never problem+json) — so bring-your-own-key integrations can confirm a key and show why it failed.
Responses
- 200
- 401
- 503
The key is active and usable.
The key is missing, revoked, expired, or unknown.
Key validation is temporarily unavailable.