{ "opencollection": "1.0.0", "info": { "name": "SendPulse Account Email Campaigns API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Email Campaigns", "type": "folder" }, "items": [ { "info": { "name": "List email campaigns.", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendpulse.com/campaigns", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List email campaigns." }, { "info": { "name": "Create and send an email campaign.", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendpulse.com/campaigns", "body": { "type": "json", "data": "{}" } }, "docs": "Create and send an email campaign." }, { "info": { "name": "Get email campaign information.", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendpulse.com/campaigns/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get email campaign information." }, { "info": { "name": "Cancel an email campaign.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sendpulse.com/campaigns/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel an email campaign." } ] } ], "bundled": true }