{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities User Statistics API - Version 15 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": "User Statistics API - Version 15", "type": "folder" }, "items": [ { "info": { "name": "Delete the User Data", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/v15/users/:userId/alldata", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of a user." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "Delete the User Data" }, { "info": { "name": "Get the Stats of a User", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v15/users/:userId/overview", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier of a user." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" }, { "name": "cached", "value": "", "type": "query", "description": "cached" } ] }, "docs": "Get the Stats of a User" } ] } ], "bundled": true }