Introspect a token
oauth2-tokens
Introspect a token
POST
Introspect a token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The token to introspect
Response
200 - application/json
Boolean indicating whether the token is active
Client ID associated with the token
Space-separated list of scopes
Token expiration timestamp in seconds since epoch
Token issuance timestamp in seconds since epoch
Username of the associated user, if any