Fetch an instance of an Extension for the Assigned Add-on
TODO: Resource-level docs
Fetch an instance of an Extension for the Assigned Add-on.
Path parameters
-
The SID of the Account that created the resource to fetch.
-
The SID of the Phone Number to which the Add-on is assigned.
-
The SID that uniquely identifies the assigned Add-on installation.
-
The Twilio-provided string that uniquely identifies the resource to fetch.
GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{AssignedAddOnSid}/Extensions/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"assigned_add_on_sid": "string",
"enabled": true,
"friendly_name": "string",
"product_name": "string",
"resource_sid": "string",
"sid": "string",
"unique_name": "string",
"uri": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"assigned_add_on_sid": "string",
"enabled": true,
"friendly_name": "string",
"product_name": "string",
"resource_sid": "string",
"sid": "string",
"unique_name": "string",
"uri": "https://example.com"
}