{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts SMS API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "SMS", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Send an SMS message", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/sms", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "API version" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a single SMS message or a batch of SMS messages." } ] } ], "bundled": true }