{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Analytics API - Version 14 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": "Analytics API - Version 14", "type": "folder" }, "items": [ { "info": { "name": "Adds a Click Event via POST", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/v14/analytics/click", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Adds a Custom Event via POST", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/v14/analytics/custom", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Adds a Search Event via POST", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/v14/analytics/search", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Adds Multiple Search Events via POST", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/v14/analytics/searches", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Health Check for the Analytics Service", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/analytics/monitoring/health" }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Gets the Status of the Analytics Service", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/analytics/status" }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Get the User Current Visit Informations", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/analytics/visit", "params": [ { "name": "user", "value": "", "type": "query", "description": "The unique identifier of the user performing the search event. If not provided, the username will be extracted from the token." } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Clears All Cookies Associated with This API", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/v14/analytics/visit" }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." } ] } ], "bundled": true }