Token Introspection
The Introspection OAuth 2 Endpoint for RPT.
The Introspection OAuth 2 Endpoint for RPT.
get/restv1/rpt/status
Query parameters
tokenstring required
token_type_hintstring
Headers
Authorizationstring required
Response
OK
Example response
{
"exp": 1256953732,
"iat": 1256953732
}