Token Introspection (Resource ID and Secret)

POST {{authPath}}/{{envID}}/as/introspect

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Token Introspection (Resource ID and Secret).

Request Body

[{"name"=>"token", "value"=>"{{accessToken}}", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{resourceID}}", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"{{resourceSecret}}", "datatype"=>"string"}]