Search + K

Command Palette

Search for a command to run...

Sign In

Assign an Add-on installation to the Number specified.

POST /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json
Copy endpoint
https://api.twilio.com

Assign an Add-on installation to the Number specified.

Parameters

path Path Parameters

Name Type
AccountSid required

The SID of the Account that will create the resource.

`AC${string}`
ResourceSid required

The SID of the Phone Number to assign the Add-on.

`PN${string}`

Request Body

application/x-www-form-urlencoded
{ InstalledAddOnSid: `XE${string}`; }

Responses

201 application/json

Created

interface ApiV2010AccountIncomingPhoneNumberIncomingPhoneNumberAssignedAddOn {
sid?: `XE${string}` | null;
account_sid?: `AC${string}` | null;
resource_sid?: `PN${string}` | null;
friendly_name?: string | null;
description?: string | null;
configuration?: null;
unique_name?: string | null;
date_created?: string | null;
date_updated?: string | null;
uri?: string | null;
subresource_uris?: {} | null;
}