{ "opencollection": "1.0.0", "info": { "name": "SMSAPI REST 2FA SMS API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SMS", "type": "folder" }, "items": [ { "info": { "name": "Send an SMS message.", "type": "http" }, "http": { "method": "POST", "url": "https://api.smsapi.com/sms.do", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Send single, bulk, scheduled, or templated text messages. Provide format=json to receive a JSON response. Supports personalization, flash messages, opt-out links, and cut.li short URLs." } ] } ], "bundled": true }