GET
/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.jsonGet an assigned Add-on installation
Retrieves an Add-on installation assigned to a specific incoming phone number. Use AccountSid, ResourceSid, and Sid to identify the account, phone number, and assigned Add-on installation.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that created the assigned Add-on resource. Must be a 34-character SID matching the `AC` account SID format.
ResourceSidstringrequired
The SID of the incoming phone number to which the Add-on is assigned. Must be a 34-character SID matching the `PN` phone number format.
Sidstringrequired
The unique SID of the assigned Add-on installation to retrieve. Must be a 34-character SID matching the `XE` assigned Add-on format.
200Returns the assigned Add-on installation, including its SIDs, name, description, configuration, timestamps, relative URI, and related resource URIs.
sidstringoptional
The unique string that that we created to identify the resource.
account_sidstringoptional
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource.
resource_sidstringoptional
The SID of the Phone Number to which the Add-on is assigned.
friendly_namestringoptional
The string that you assigned to describe the resource.
descriptionstringoptional
A short description of the functionality that the Add-on provides.
configurationunknownoptional
A JSON string that represents the current configuration of this Add-on installation.
unique_namestringoptional
An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource.
date_createdstringoptional
The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
date_updatedstringoptional
The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
uristringoptional
The URI of the resource, relative to `https://api.twilio.com`.
subresource_urisobjectoptional
A list of related resources identified by their relative URIs.
Error handling
AccountSid must be a 34-character account SID beginning with AC, ResourceSid must be a 34-character phone number SID beginning with PN, and Sid must be a 34-character assigned Add-on SID beginning with XE.