{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Privilege Evaluator API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Privilege Evaluator", "type": "folder" }, "items": [ { "info": { "name": "Evaluate a Privilege Request", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/privilege/evaluate", "body": { "type": "json", "data": "{}" } }, "docs": "Evaluate a Privilege Request" }, { "info": { "name": "Evaluate a Privilege Request", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/rest/privilege/evaluate/general-access", "body": { "type": "json", "data": "{}" } }, "docs": "Evaluate a Privilege Request" } ] } ], "bundled": true }