{ "opencollection": "1.0.0", "info": { "name": "SMTP2GO Email Activity SMS API", "version": "3.0.4" }, "request": { "auth": { "type": "apikey", "key": "X-Smtp2go-Api-Key", "value": "{{X-Smtp2go-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "SMS", "type": "folder" }, "items": [ { "info": { "name": "Send SMS", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/sms/send", "body": { "type": "json", "data": "{}" } }, "docs": "Send an SMS message to one or more numbers, up to a maximum of 100 numbers" }, { "info": { "name": "SMS summary", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/sms/summary", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a summary of SMS messages within a certain time range" }, { "info": { "name": "View sent SMS", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/sms/view", "body": { "type": "json", "data": "{}" } }, "docs": "View sent SMS messages" }, { "info": { "name": "View received SMS", "type": "http" }, "http": { "method": "POST", "url": "https://api.smtp2go.com/v3/sms/inbox", "body": { "type": "json", "data": "{}" } }, "docs": "View received SMS messages" } ] } ], "bundled": true }