post/v1/oauth2/introspectGet information about an access token.
curl -X POST "https://api.outception.com/v1/oauth2/introspect" \
-H "Authorization: Bearer $OUTCEPTION_TOKEN" \
-H "Accept: application/json"Body
tokenstring
required
token_type_hintenum | null
client_idstring
required
client_secretstring
required
Response · 200
Successful Response
activeboolean
required
client_idstring
required
token_typeenum
required
scopestring
required
sub_typeenum
required
substring
required
audstring
required
issstring
required
expinteger
required
iatinteger
required