{ "opencollection": "1.0.0", "info": { "name": "Salesloft Account and People Redaction Signal Registrations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Signal Registrations", "type": "folder" }, "items": [ { "info": { "name": "Salesloft Fetch a Signal Registration", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/integrations/signals/registrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Fetch a Signal Registration" }, { "info": { "name": "Salesloft Update a Signal Registration", "type": "http" }, "http": { "method": "PUT", "url": "http://{{salesloft_api_base_url}}/integrations/signals/registrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Update a Signal Registration" }, { "info": { "name": "Salesloft Deletes a Signal Registrations", "type": "http" }, "http": { "method": "DELETE", "url": "http://{{salesloft_api_base_url}}/integrations/signals/registrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Deletes a Signal Registrations" }, { "info": { "name": "Salesloft List Signal Registrations", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/integrations/signals/registrations" }, "docs": "Salesloft List Signal Registrations" }, { "info": { "name": "Salesloft Create a Signal Registration", "type": "http" }, "http": { "method": "POST", "url": "http://{{salesloft_api_base_url}}/integrations/signals/registrations", "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Create a Signal Registration" } ] } ], "bundled": true }