{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Flex Flows API", "version": "1.52.0" }, "items": [ { "info": { "name": "Flex Flows", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Flex Flows", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/FlexFlows", "params": [ { "name": "FriendlyName", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of Flex flows that define how inbound contacts are routed." }, { "info": { "name": "Twilio Create a Flex Flow", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/FlexFlows", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Twilio Create a Flex Flow" }, { "info": { "name": "Twilio Fetch a Flex Flow", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/FlexFlows/:FlexFlowSid", "params": [ { "name": "FlexFlowSid", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch a Flex Flow" }, { "info": { "name": "Twilio Update a Flex Flow", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/FlexFlows/:FlexFlowSid", "params": [ { "name": "FlexFlowSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Twilio Update a Flex Flow" }, { "info": { "name": "Twilio Delete a Flex Flow", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/FlexFlows/:FlexFlowSid", "params": [ { "name": "FlexFlowSid", "value": "", "type": "path" } ] }, "docs": "Twilio Delete a Flex Flow" } ] } ], "bundled": true }