{ "opencollection": "1.0.0", "info": { "name": "Hologram REST Cellular Links SMS API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "SMS", "type": "folder" }, "items": [ { "info": { "name": "Send an SMS to one or more devices", "type": "http" }, "http": { "method": "POST", "url": "https://dashboard.hologram.io/api/1/sms/incoming", "body": { "type": "json", "data": "{}" } }, "docs": "Send an SMS to one or more devices" } ] } ], "bundled": true }