Fetch an instance of an Extension for the Installed Add-on
Fetch an instance of an Extension for the Installed Add-on.
Path parameters
-
The SID of the InstalledAddOn resource with the extension to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^XE[0-9a-fA-F]{32}$
. -
The SID of the InstalledAddOn Extension resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^XF[0-9a-fA-F]{32}$
.
GET
/v1/InstalledAddOns/{InstalledAddOnSid}/Extensions/{Sid}
curl \
--request GET 'https://marketplace.twilio.com/v1/InstalledAddOns/{InstalledAddOnSid}/Extensions/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://marketplace.twilio.com/v1/InstalledAddOns/XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Extensions/XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"enabled": true,
"unique_name": "voice-incoming",
"product_name": "Programmable Voice",
"friendly_name": "Incoming Voice Call",
"installed_add_on_sid": "XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}