{ "opencollection": "1.0.0", "info": { "name": "Salesloft Account and People Redaction External Id Configuration API", "version": "1.0.0" }, "items": [ { "info": { "name": "External Id Configuration", "type": "folder" }, "items": [ { "info": { "name": "Salesloft Delete a Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "http://{{salesloft_api_base_url}}/external/configurations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Delete a Configuration" }, { "info": { "name": "Salesloft Create a Configuration", "type": "http" }, "http": { "method": "POST", "url": "http://{{salesloft_api_base_url}}/configurations", "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Create a Configuration" } ] } ], "bundled": true }