Marketplace v1 API is now available, and the Preview API for this Resource will be discontinued in December 2024. See the API Preview to v1 Migration Guide for more information.
This subresource of the Installed Add-ons resource allows users to fetch an Extension, view a list of Extensions, or update an Extension associated with an Installed Add-on Listing. An Extension describes the specific feature or API endpoint of a Twilio product in which an Add-on Listing can be used. Extensions are disabled by default, and can be enabled using Update endpoint.
This API only supports Add-on Listings that are in General Availability (GA) or Beta state. Listings that are labeled as Coming Soon or Developer Preview are not accessible via the API and must be managed in the Console.
The unique string that we created to identify the InstalledAddOn Extension resource.
^XF[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The SID of the InstalledAddOn resource to which this extension applies.
^XE[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
An application-defined string that uniquely identifies the resource.
The absolute URL of the resource.
GET https://marketplace.twilio.com/v1/InstalledAddOns/{InstalledAddOnSid}/Extensions/{Sid}
The SID of the InstalledAddOn resource with the extension to fetch.
^XE[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The SID of the InstalledAddOn Extension resource to fetch.
^XF[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
This endpoint returns details on a given Extension associated with a given Installed Add-on.
GET https://marketplace.twilio.com/v1/InstalledAddOns/{InstalledAddOnSid}/Extensions
The SID of the InstalledAddOn resource with the extensions to read.
^XE[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
How many resources to return in each list page. The default is 50, and the maximum is 1000.
1
Maximum: 1000
The page token. This is provided by the API.
This endpoint returns all Extensions associated with a given Installed Add-on.
POST https://marketplace.twilio.com/v1/InstalledAddOns/{InstalledAddOnSid}/Extensions/{Sid}
The SID of the InstalledAddOn resource with the extension to update.
^XE[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The SID of the InstalledAddOn Extension resource to update.
^XF[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
application/x-www-form-urlencoded
Whether the Extension should be invoked.
This endpoint updates the data of a given Extension associated with a given Installed Add-on, allowing you to enable or disable the Extension.