Skip to main content
POST
Introspect a token
Confirm a token is active and inspect its scopes. Requires tokens:introspect. Use this in sandbox to verify the token you just issued.

Authorizations

Authorization
string
header
required

Client authentication for confidential OAuth clients.

Body

application/x-www-form-urlencoded
token
string
required
token_type_hint
enum<string>
Available options:
access_token,
refresh_token

Response

Token introspection result.

active
boolean
required
scope
string
client_id
string
username
string
token_type
string
exp
integer
iat
integer
sub
string
aud
string
iss
string