Fetch ip access control list
List of IP addresses for accessing a trunk
Path parameters
-
The SID of the Trunk from which to fetch the IP Access Control List.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^TK[0-9a-fA-F]{32}$
. -
The unique string that we created to identify the IpAccessControlList resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AL[0-9a-fA-F]{32}$
.
GET
/v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}
curl \
--request GET 'https://trunking.twilio.com/v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "ALaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://trunking.twilio.com/v1/Trunks/TKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/IpAccessControlLists/ALaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"trunk_sid": "TKaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2018-05-02T17:29:34Z",
"date_updated": "2018-05-02T17:29:34Z",
"friendly_name": "friendly_name"
}