{ "opencollection": "1.0.0", "info": { "name": "Salesloft Account and People Redaction Webhook Subscriptions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Webhook Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Salesloft List Webhook Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/webhook_subscriptions", "params": [ { "name": "enabled", "value": "", "type": "query" } ] }, "docs": "Salesloft List Webhook Subscriptions" }, { "info": { "name": "Salesloft Create a Webhook Subscription", "type": "http" }, "http": { "method": "POST", "url": "http://{{salesloft_api_base_url}}/webhook_subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Create a Webhook Subscription" }, { "info": { "name": "Salesloft Fetch a Webhook Subscription", "type": "http" }, "http": { "method": "GET", "url": "http://{{salesloft_api_base_url}}/webhook_subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Fetch a Webhook Subscription" }, { "info": { "name": "Salesloft Update a Webhook Subscription", "type": "http" }, "http": { "method": "PUT", "url": "http://{{salesloft_api_base_url}}/webhook_subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Salesloft Update a Webhook Subscription" }, { "info": { "name": "Salesloft Delete a Webhook Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "http://{{salesloft_api_base_url}}/webhook_subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Salesloft Delete a Webhook Subscription" } ] } ], "bundled": true }