IpAccessControlList Resource
The IP Access Control List subresource contains the list of IP Access Control List instances associated with this Trunk. If an INVITE is received for a Trunk, the source IP address must be in one of the lists for the INVITE to be accepted.
This API endpoint will only allow you to list, add, and remove IP Access Control Lists to your SIP Trunk. In order to create, list, and delete IP Access Control List instances please see the core Twilio REST API. Check out the IP Access Control List reference docs.
IpAccessControlList properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The SID of the Account that created the IpAccessControlList resource. |
sid
|
The unique string that we created to identify the IpAccessControlList resource. |
trunk_sid
|
The SID of the Trunk the resource is associated with. |
friendly_name
|
The string that you assigned to describe the resource. |
date_created
|
The date and time in GMT when the resource was created specified in RFC 2822 format. |
date_updated
|
The date and time in GMT when the resource was last updated specified in RFC 2822 format. |
url
|
The absolute URL of the resource. |
Create an IpAccessControlList resource
https://trunking.twilio.com/v1/Trunks/{TrunkSid}/IpAccessControlLists
Parameters
Parameters in REST API format | |
---|---|
trunk_sid
Path
|
The SID of the Trunk to associate the IP Access Control List with. |
ip_access_control_list_sid
Required
|
The SID of the IP Access Control List that you want to associate with the trunk. |
Example 1
Read multiple IpAccessControlList resources
https://trunking.twilio.com/v1/Trunks/{TrunkSid}/IpAccessControlLists
Parameters
Parameters in REST API format | |
---|---|
trunk_sid
Path
|
The SID of the Trunk from which to read the IP Access Control Lists. |
Example 1
Delete an IpAccessControlList resource
https://trunking.twilio.com/v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}
Parameters
Parameters in REST API format | |
---|---|
trunk_sid
Path
|
The SID of the Trunk from which to delete the IP Access Control List. |
sid
Path
|
The unique string that we created to identify the IpAccessControlList resource to delete. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.