{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Apps API", "version": "1.52.0" }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "ListApp", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Apps", "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 all Apps for an Account." }, { "info": { "name": "FetchApp", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Apps/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies this App." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific App." }, { "info": { "name": "DeleteApp", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Apps/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies this App." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a specific App." }, { "info": { "name": "FetchAppManifest", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Apps/:AppSid/Manifest", "params": [ { "name": "AppSid", "value": "", "type": "path", "description": "A 34-character string that uniquely identifies this App." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve the Manifest for an App." } ] } ], "bundled": true }