{ "opencollection": "1.0.0", "info": { "name": "Sinch Brands Access Control Lists Callouts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Callouts", "type": "folder" }, "items": [ { "info": { "name": "Make a Callout", "type": "http" }, "http": { "method": "POST", "url": "https://brands.api.sinch.com/calling/v1/callouts", "body": { "type": "json", "data": "{}" } }, "docs": "Makes a call to a phone number or app. The callout type determines the behavior of the call, including conference callouts, text-to-speech callouts, and custom callouts with SVAML control." } ] } ], "bundled": true }