{ "opencollection": "1.0.0", "info": { "name": "Smartrr Vendor Bills Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-smartrr-access-token", "value": "{{x-smartrr-access-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Get webhooks for current organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.smartrr.com/vendor/webhook" }, "docs": "Get webhooks for current organization" }, { "info": { "name": "Create a new webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.smartrr.com/vendor/webhook", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new webhook" }, { "info": { "name": "Edit existing webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.smartrr.com/vendor/webhook/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Edit existing webhook" }, { "info": { "name": "Delete existing webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.smartrr.com/vendor/webhook/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Delete existing webhook" } ] } ], "bundled": true }