Introspect API key
For gateways validating raw API keys; this does not introspect JWT or OAuth access tokens. Invalid/missing keys return 200 with active: false. Accepts JSON or form-encoded token. Limits are 120 requests/minute independently per trusted client IP and matched API key.
Request
This endpoint expects an object.
token
Raw sk_live_* or sk_test_* API key, not an exchanged JWT.
Response
Success
active
client_id
token_type
scope
org_id
user_id
api_key_id
error
Errors
429
Too Many Requests Error