{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Secure Data Sharing 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": "Secure Data Sharing API - Version 15", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Snowflake Accounts Currently Associated in Secure Data Sharing", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v15/admin/snowflake/securedatasharing/accounts", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "Retrieve Snowflake Accounts Currently Associated in Secure Data Sharing" }, { "info": { "name": "Add a Snowflake Account to Secure Data Sharing", "type": "http" }, "http": { "method": "POST", "url": "https://platform.cloud.coveo.com/v15/admin/snowflake/securedatasharing/accounts", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a Snowflake Account to Secure Data Sharing" }, { "info": { "name": "Removes a Snowflake Account from Secure Data Sharing", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.cloud.coveo.com/v15/admin/snowflake/securedatasharing/accounts", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" }, { "name": "accountLocator", "value": "", "type": "query", "description": "The Snowflake account locator." }, { "name": "snowflakeRegion", "value": "", "type": "query", "description": "The Snowflake region." } ] }, "docs": "Removes a Snowflake Account from Secure Data Sharing" }, { "info": { "name": "Retrieve Allowed Snowflake Regions for Secure Data Sharing", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v15/admin/snowflake/securedatasharing/regions", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "Retrieve Allowed Snowflake Regions for Secure Data Sharing" } ] } ], "bundled": true }