{ "opencollection": "1.0.0", "info": { "name": "Hologram REST Cellular Links Messaging API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Messaging", "type": "folder" }, "items": [ { "info": { "name": "Send a cloud message to devices", "type": "http" }, "http": { "method": "POST", "url": "https://dashboard.hologram.io/api/1/devices/messages", "body": { "type": "json", "data": "{}" } }, "docs": "Send a TCP or UDP message to one or more devices over the Hologram cloud." } ] } ], "bundled": true }