{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Composition Settings API", "version": "1.52.0" }, "items": [ { "info": { "name": "CompositionSettings", "type": "folder" }, "items": [ { "info": { "name": "FetchCompositionSettings", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CompositionSettings/Default", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateCompositionSettings", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/CompositionSettings/Default", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }