{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Administration 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": "Administration API - Version 15", "type": "folder" }, "items": [ { "info": { "name": "Get an Account", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v15/admin/account", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "Get an Account" }, { "info": { "name": "Edit an Account", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.cloud.coveo.com/v15/admin/account", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an Account" }, { "info": { "name": "Get Example Values That Would Be Rejected by Strict Validation for the Specified Dimension", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v15/admin/account/strictValidationTest", "params": [ { "name": "from", "value": "", "type": "query", "description": "The beginning date of the date range. ISO8601 format 'YYYY-MM-DDThh:mm:ss.sssZ'" }, { "name": "to", "value": "", "type": "query", "description": "The end date of the date range. ISO8601 format 'YYYY-MM-DDThh:mm:ss.sssZ'" }, { "name": "d", "value": "", "type": "query", "description": "The dimension to fetch." }, { "name": "p", "value": "", "type": "query", "description": "The response's page to access, starting at 1." }, { "name": "n", "value": "", "type": "query", "description": "The number of results to include in a page." }, { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed in April 2025." } ] } ], "bundled": true }