{ "opencollection": "1.0.0", "info": { "name": "SendPulse Account SMS API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SMS", "type": "folder" }, "items": [ { "info": { "name": "Send SMS to a list of phone numbers.", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendpulse.com/sms/send", "body": { "type": "json", "data": "{}" } }, "docs": "Send SMS to a list of phone numbers." }, { "info": { "name": "Create an SMS campaign from an address book.", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendpulse.com/sms/campaigns", "body": { "type": "json", "data": "{}" } }, "docs": "Create an SMS campaign from an address book." }, { "info": { "name": "List SMS campaigns.", "type": "http" }, "http": { "method": "GET", "url": "https://api.sendpulse.com/sms/campaigns/list" }, "docs": "List SMS campaigns." } ] } ], "bundled": true }