Validate a key
GET/api-keys/introspect
Confirms a key is live and reports its owner and scopes. Any valid key may call this regardless of which scopes it holds — it is the cheapest way to check that credentials work before doing anything else.
Responses
- 200
- 401
The key is valid.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.