{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities IPX loader 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": "IPX loader", "type": "folder" }, "items": [ { "info": { "name": "Show an IPX Interface Loader", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/ipxinterface/v1/interfaces/:interfaceId/loader", "params": [ { "name": "organizationId", "value": "mycoveocloudv2organizationg8tp8wu3", "type": "path", "description": "The unique identifier of the target [organization](https://docs.coveo.com/en/185/)." }, { "name": "interfaceId", "value": "123e4567-e89b-12d3-a456-426614174000", "type": "path", "description": "The unique identifier of the target search interface." } ] }, "docs": "Shows an IPX interface loader in a [Coveo organization](https://docs.coveo.com/en/185/)." } ] } ], "bundled": true }