{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Settings API", "version": "1.52.0" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "FetchDialingPermissionsSettings", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Settings", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve voice dialing permissions inheritance for the sub-account" }, { "info": { "name": "UpdateDialingPermissionsSettings", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Settings", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update voice dialing permissions inheritance for the sub-account" } ] } ], "bundled": true }