{ "opencollection": "1.0.0", "info": { "name": "Unit Accounts Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Get List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/webhooks" }, "docs": "Get List Webhooks" }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create Webhook" }, { "info": { "name": "Get Webhook by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.s.unit.sh/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Get Webhook by Id" }, { "info": { "name": "Update Webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.s.unit.sh/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Webhook" }, { "info": { "name": "Enable Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/webhooks/:webhookId/enable", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Enable Webhook" }, { "info": { "name": "Disable a Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.s.unit.sh/webhooks/:webhookId/disable", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Disable a Webhook" } ] } ], "bundled": true }