{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Marketplace API", "version": "1.52.0" }, "items": [ { "info": { "name": "Marketplace", "type": "folder" }, "items": [ { "info": { "name": "FetchMarketplaceAvailableAddOn", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketplace/AvailableAddOns/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the AvailableAddOn resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch an instance of an Add-on currently available to be installed." }, { "info": { "name": "ListMarketplaceAvailableAddOn", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketplace/AvailableAddOns", "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 Add-ons currently available to be installed." }, { "info": { "name": "FetchMarketplaceAvailableAddOnExtension", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketplace/AvailableAddOns/:AvailableAddOnSid/Extensions/:Sid", "params": [ { "name": "AvailableAddOnSid", "value": "", "type": "path", "description": "The SID of the AvailableAddOn resource with the extension to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the AvailableAddOn Extension resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch an instance of an Extension for the Available Add-on." }, { "info": { "name": "ListMarketplaceAvailableAddOnExtension", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketplace/AvailableAddOns/:AvailableAddOnSid/Extensions", "params": [ { "name": "AvailableAddOnSid", "value": "", "type": "path", "description": "The SID of the AvailableAddOn resource with the extensions to read." }, { "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 Extensions for the Available Add-on." }, { "info": { "name": "ListMarketplaceInstalledAddOn", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketplace/InstalledAddOns", "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 Add-ons currently installed on this Account." }, { "info": { "name": "CreateMarketplaceInstalledAddOn", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/marketplace/InstalledAddOns", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Install an Add-on for the Account specified." }, { "info": { "name": "FetchMarketplaceInstalledAddOn", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketplace/InstalledAddOns/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the InstalledAddOn resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch an instance of an Add-on currently installed on this Account." }, { "info": { "name": "UpdateMarketplaceInstalledAddOn", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/marketplace/InstalledAddOns/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the InstalledAddOn resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an Add-on installation for the Account specified." }, { "info": { "name": "DeleteMarketplaceInstalledAddOn", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/marketplace/InstalledAddOns/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the InstalledAddOn resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove an Add-on installation from your account" }, { "info": { "name": "FetchMarketplaceInstalledAddOnExtension", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketplace/InstalledAddOns/:InstalledAddOnSid/Extensions/:Sid", "params": [ { "name": "InstalledAddOnSid", "value": "", "type": "path", "description": "The SID of the InstalledAddOn resource with the extension to fetch." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the InstalledAddOn Extension resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch an instance of an Extension for the Installed Add-on." }, { "info": { "name": "UpdateMarketplaceInstalledAddOnExtension", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/marketplace/InstalledAddOns/:InstalledAddOnSid/Extensions/:Sid", "params": [ { "name": "InstalledAddOnSid", "value": "", "type": "path", "description": "The SID of the InstalledAddOn resource with the extension to update." }, { "name": "Sid", "value": "", "type": "path", "description": "The SID of the InstalledAddOn Extension resource to update." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an Extension for an Add-on installation." }, { "info": { "name": "ListMarketplaceInstalledAddOnExtension", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/marketplace/InstalledAddOns/:InstalledAddOnSid/Extensions", "params": [ { "name": "InstalledAddOnSid", "value": "", "type": "path", "description": "The SID of the InstalledAddOn resource with the extensions to read." }, { "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 Extensions for the Installed Add-on." } ] } ], "bundled": true }