{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Composition Hooks API", "version": "1.52.0" }, "items": [ { "info": { "name": "Composition Hooks", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Composition Hooks", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/CompositionHooks", "params": [ { "name": "Enabled", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" } ] }, "docs": "Twilio List Composition Hooks" }, { "info": { "name": "Twilio Create a Composition Hook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/CompositionHooks", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Create a composition hook that automatically generates compositions when rooms complete." }, { "info": { "name": "Twilio Fetch a Composition Hook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/CompositionHooks/:CompositionHookSid", "params": [ { "name": "CompositionHookSid", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch a Composition Hook" }, { "info": { "name": "Twilio Update a Composition Hook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/CompositionHooks/:CompositionHookSid", "params": [ { "name": "CompositionHookSid", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Twilio Update a Composition Hook" }, { "info": { "name": "Twilio Delete a Composition Hook", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/CompositionHooks/:CompositionHookSid", "params": [ { "name": "CompositionHookSid", "value": "", "type": "path" } ] }, "docs": "Twilio Delete a Composition Hook" } ] } ], "bundled": true }