Token
The Introspection OAuth 2 Endpoint.
The Introspection OAuth 2 Endpoint.
post/restv1/introspection
Headers
Authorizationstring required
Client Authorization details that contains the access token along with other details.
Response
OK
Example response
{
"active": true,
"scope": [
"read write dolphin"
],
"client_id": "1238j323ds-23ij4",
"username": "jdoe",
"token_type": "bearer, mac",
"sub": "Z5O3upPC88QrAjx00dis",
"aud": "https://protected.example.net/resource",
"iss": "https://server.example.com/"
}