Introspection
POST {{authentication-url}}/connect/introspect
Request Body
[{"name"=>"token", "value"=>"{{access_token}}", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{authentication-clientId}}", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"{{authentication-clientSecret}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string | ||
`` | null |