Skip to main content

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

The key is active and usable.