{ "opencollection": "1.0.0", "info": { "name": "Brandcast Salesforce API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Salesforce", "type": "folder" }, "items": [ { "info": { "name": "Get Tracking", "type": "http" }, "http": { "method": "GET", "url": "https://api.brandcast-prod.io/v1/salesforce/tracking/:websiteId", "params": [ { "name": "websiteId", "value": "", "type": "path", "description": "Website ID" } ] }, "docs": "Returns Tracking for this website." }, { "info": { "name": "Create or update Tracking", "type": "http" }, "http": { "method": "PUT", "url": "https://api.brandcast-prod.io/v1/salesforce/tracking/:websiteId", "params": [ { "name": "websiteId", "value": "", "type": "path", "description": "Website ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a collection of Tracking configurations for this website. For details of the Tracking JSON, refer to Salesforce App Features." }, { "info": { "name": "Disable Tracking", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.brandcast-prod.io/v1/salesforce/tracking/:websiteId", "params": [ { "name": "websiteId", "value": "", "type": "path", "description": "Website ID" } ] }, "docs": "Disables the Tracking for this website." } ] } ], "bundled": true }