{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Content API", "version": "1.52.0" }, "items": [ { "info": { "name": "Content", "type": "folder" }, "items": [ { "info": { "name": "FetchApprovalFetch", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Content/:Sid/ApprovalRequests", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Content resource whose approval information to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a Content resource's approval status by its unique Content Sid" }, { "info": { "name": "FetchContent", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Content/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Content resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a Content resource by its unique Content Sid" }, { "info": { "name": "DeleteContent", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Content/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The Twilio-provided string that uniquely identifies the Content resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes a Content resource" }, { "info": { "name": "ListContent", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Content", "params": [ { "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": "Retrieve a list of Contents belonging to the account used to make the request" } ] } ], "bundled": true }