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-AccessstringRequired

Request

This endpoint expects an object.
tokenstringRequired
token_type_hintenumOptional
An enumeration.
client_idstringOptional
client_secretstringOptional

Response

Successful Response
activeboolean
substringOptional
client_idstringOptional
scopestringOptional
expintegerOptional
audstringOptional
issstringOptional
jtistringOptional
token_typestringOptional

Errors

400
Bad Request Error
401
Unauthorized Error
422
Unprocessable Entity Error