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
Example response
{
"exp": 1256953732,
"iat": 1256953732
}