Token introspection (RFC 7662)
Token introspection (RFC 7662)
Returns metadata about a token. Accepts application/x-www-form-urlencoded. Invalid/expired/revoked tokens return 200 with active=false (not an HTTP error).
Authentication
Api-Keystring
API key of the organization. Always sent together with the Secret-Access header.
Headers
Secret-Access
Request
This endpoint expects an object.
token
token_type_hint
An enumeration.
client_id
client_secret
Response
Successful Response
active
sub
client_id
scope
exp
aud
iss
jti
token_type
Errors
400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error
