provider Api20100401SipIpAddress POST /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json
Create a new IpAddress resource.
Create a new IpAddress resource.
AccountSid path required
The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.
string
IpAccessControlListSid path required
The IpAccessControlList Sid with which to associate the created IpAddress resource.
string

Try it

Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createsipipaddress
POST/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{IpAccessControlListSid}/IpAddresses.json
Create a new IpAddress resource.

Parameters

required

The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource.

required

The IpAccessControlList Sid with which to associate the created IpAddress resource.

Input

required

A human readable descriptive text for this resource, up to 255 characters long.

required

An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today.

An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.createsipipaddress()