Fetch an instance of an Add-on installation currently assigned to this Number
TODO: Resource-level docs
Fetch an instance of an Add-on installation currently assigned to this Number.
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 Twilio-provided string that uniquely identifies the resource to fetch.
GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "string",
"date_updated": "string",
"description": "string",
"friendly_name": "string",
"resource_sid": "string",
"sid": "string",
"subresource_uris": {},
"unique_name": "string",
"uri": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "string",
"date_updated": "string",
"description": "string",
"friendly_name": "string",
"resource_sid": "string",
"sid": "string",
"subresource_uris": {},
"unique_name": "string",
"uri": "https://example.com"
}