{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Composition Hooks API", "version": "1.52.0" }, "items": [ { "info": { "name": "CompositionHooks", "type": "folder" }, "items": [ { "info": { "name": "FetchCompositionHook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CompositionHooks/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the CompositionHook resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a single CompositionHook resource identified by a CompositionHook SID." }, { "info": { "name": "UpdateCompositionHook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/CompositionHooks/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the CompositionHook resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteCompositionHook", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/CompositionHooks/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the CompositionHook resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a Recording CompositionHook resource identified by a `CompositionHook SID`." }, { "info": { "name": "ListCompositionHook", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/CompositionHooks", "params": [ { "name": "Enabled", "value": "", "type": "query", "description": "Read only CompositionHook resources with an `enabled` value that matches this parameter." }, { "name": "DateCreatedAfter", "value": "", "type": "query", "description": "Read only CompositionHook resources created on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone." }, { "name": "DateCreatedBefore", "value": "", "type": "query", "description": "Read only CompositionHook resources created before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone." }, { "name": "FriendlyName", "value": "", "type": "query", "description": "Read only CompositionHook resources with friendly names that match this string. The match is not case sensitive and can include asterisk `*` characters as wildcard match." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List of all Recording CompositionHook resources." }, { "info": { "name": "CreateCompositionHook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/CompositionHooks", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }