{ "opencollection": "1.0.0", "info": { "name": "JustCall REST Calls SMS API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "SMS", "type": "folder" }, "items": [ { "info": { "name": "Send SMS or MMS", "type": "http" }, "http": { "method": "POST", "url": "https://api.justcall.io/v2.1/texts", "body": { "type": "json", "data": "{}" } }, "docs": "Sends an SMS or MMS message via JustCall. Useful for automation and outbound messaging flows." } ] } ], "bundled": true }