{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Interactions API", "version": "1.52.0" }, "items": [ { "info": { "name": "Interactions", "type": "folder" }, "items": [ { "info": { "name": "Twilio Create an Interaction", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Interactions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customer interaction. An interaction represents a complete customer engagement that may span multiple channels." }, { "info": { "name": "Twilio Fetch an Interaction", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Interactions/:InteractionSid", "params": [ { "name": "InteractionSid", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch an Interaction" }, { "info": { "name": "Twilio List Interaction Channels", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Interactions/:InteractionSid/Channels", "params": [ { "name": "InteractionSid", "value": "", "type": "path" } ] }, "docs": "Twilio List Interaction Channels" }, { "info": { "name": "Twilio Fetch an Interaction Channel", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Interactions/:InteractionSid/Channels/:ChannelSid", "params": [ { "name": "InteractionSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch an Interaction Channel" }, { "info": { "name": "Twilio Update an Interaction Channel", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Interactions/:InteractionSid/Channels/:ChannelSid", "params": [ { "name": "InteractionSid", "value": "", "type": "path" }, { "name": "ChannelSid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the status or routing of an interaction channel." } ] } ], "bundled": true }