Fetch a specific instance of an IpAccessControlList
Access control lists of IP address resources
Fetch a specific instance of an IpAccessControlList
Path parameters
-
The unique id of the Account responsible for this resource.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AC[0-9a-fA-F]{32}$
. -
A 34 character string that uniquely identifies the resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AL[0-9a-fA-F]{32}$
.
GET
/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json
curl \
--request GET 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json' \
--user "username:password"
Response examples (200)
{
"sid": "ALaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/SIP/IpAccessControlLists/ALaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "Fri, 17 Jul 2015 21:25:15 +0000",
"date_updated": "Fri, 17 Jul 2015 21:25:15 +0000",
"friendly_name": "aaaa",
"subresource_uris": {
"ip_addresses": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/SIP/IpAccessControlLists/ALaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/IpAddresses.json"
}
}