{ "opencollection": "1.0.0", "info": { "name": "SendPulse Account Web Push API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Web Push", "type": "folder" }, "items": [ { "info": { "name": "List web push campaigns.", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendpulse.com/push/tasks", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "List web push campaigns." }, { "info": { "name": "Create a web push campaign.", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendpulse.com/push/tasks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a web push campaign." }, { "info": { "name": "List registered websites.", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendpulse.com/push/websites" }, "docs": "List registered websites." } ] } ], "bundled": true }