{ "opencollection": "1.0.0", "info": { "name": "Vibes Connect HTTP Message Acquisition Campaigns Messages API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Send SMS Message", "type": "http" }, "http": { "method": "POST", "url": "https://messageapi.vibesapps.com/api/v1/sms/messages", "body": { "type": "json", "data": "{}" } }, "docs": "Send an SMS message to one or more mobile numbers via the Vibes Connect HTTP Message API. Supports single and batch message sends." }, { "info": { "name": "Send MMS Message", "type": "http" }, "http": { "method": "POST", "url": "https://messageapi.vibesapps.com/api/v1/mms/messages", "body": { "type": "json", "data": "{}" } }, "docs": "Send an MMS message including pictures, links, and other media content via HTTP call. Uses MM7 Protocol with custom headers." } ] } ], "bundled": true }