{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Channels API", "version": "1.52.0" }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Flex Channels", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Channels", "params": [ { "name": "PageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of Flex channels." }, { "info": { "name": "Twilio Create a Flex Channel", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Channels", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Create a new Flex channel for handling a customer interaction." }, { "info": { "name": "Twilio Fetch a Flex Channel", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Channels/:ChannelSid", "params": [ { "name": "ChannelSid", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch a Flex Channel" }, { "info": { "name": "Twilio Delete a Flex Channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/Channels/:ChannelSid", "params": [ { "name": "ChannelSid", "value": "", "type": "path" } ] }, "docs": "Twilio Delete a Flex Channel" } ] } ], "bundled": true }