Returns details about a given access or refresh token.
If successful, this endpoint will return a 200 OK status.
The following arguments are supported for this endpoint.
Name | Type | Default Value |
---|---|---|
token Required |
String | None |
When the request is successful, you can expect an object matching the specification below to be returned.
{ active: Boolean client_id: String? expiry: Unix Timestamp? scopes: [ String ] session_id: String? subject_type: OAuth token subject type subject: String type: String use: OAuth token uses }