{ "opencollection": "1.0.0", "info": { "name": "MailerLite Automations Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://connect.mailerlite.com/api/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://connect.mailerlite.com/api/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://connect.mailerlite.com/api/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Delete a webhook" } ] } ], "bundled": true }