v1

latestOpenAPI 3.0.1License2026-07-17467229.7 KB
Token Introspection

The Introspection OAuth 2 Endpoint for RPT.

The Introspection OAuth 2 Endpoint for RPT.

post/restv1/rpt/status

Headers

Authorizationstring required

Client Authorization details that contains the access token along with other details.

Response

OK

activeboolean required

Boolean indicator of whether or not the presented token is currently active.

expinteger

Integer timestamp, in seconds since January 1 1970 UTC, indicating when this token will expire.

iatinteger

Integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when this permission was originally issued.

clientIdstring

Client id used to obtain RPT.

substring

Subject of the token. Usually a machine-readable identifier of the resource owner who authorized this token.

audstring

Service-specific string identifier or list of string identifiers representing the intended audience for this token.

pct_claimsobject
issstring

String representing the issuer of this token, as defined in JWT [RFC7519].

jtistring

String identifier for the token, as defined in JWT [RFC7519].

nbfinteger

Integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating the time before which this permission is not valid.

resource_idstring required

Resource ID.

resource_scopesstring[] required

Example response

{
  "exp": 1256953732,
  "iat": 1256953732
}