[{"label":"Latest (v1.0)","version":"latest"}]
csp

TokenIntrospectionResponse

The response body that contains token introspection information.


Properties

boolean
active Optional

Indicator of whether or not the presented token is currently active.


integer as int64
exp Optional

The timestamp the token expires at (measured in number of seconds since 1/1/1970 UTC).


integer as int64
iat Optional

The timestamp the token was created at (measured in number of seconds since 1/1/1970 UTC).


string
orgId Optional

Unique identifier (GUID) of the organization.


string
sub Optional

The unique identifier of the user, on behalf of which the token was issued.


string
token_type Optional

The type of the token.

JSON Example

{
	"active": false,
	"exp": 0,
	"iat": 0,
	"orgId": "string",
	"sub": "string",
	"token_type": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Get Token Introspection Details

Feedback

Was this page helpful?