{ "opencollection": "1.0.0", "info": { "name": "SMTP2GO Email Activity Webhooks API", "version": "3.0.4" }, "request": { "auth": { "type": "apikey", "key": "X-Smtp2go-Api-Key", "value": "{{X-Smtp2go-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Add a new Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/webhook/add", "body": { "type": "json", "data": "{}" } }, "docs": "Add a new webhook with the given configuration" }, { "info": { "name": "Edit a specified Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/webhook/edit", "body": { "type": "json", "data": "{}" } }, "docs": "Make changes to a specific webhook using its unique ID" }, { "info": { "name": "Remove a specified Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/webhook/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Remove a specific webhook using its unique ID" }, { "info": { "name": "View Webhooks", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/webhook/view", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information for configured webhooks" } ] } ], "bundled": true }