Fetch a specific instance of an IP Access Control List mapping
IP address lists for SIP calls
Fetch a specific instance of an IP Access Control List mapping
Path parameters
-
The SID of the Account that created the IpAccessControlListMapping resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AC[0-9a-fA-F]{32}$
. -
The SID of the SIP domain that contains the resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^SD[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the IpAccessControlListMapping 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/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json
curl \
--request GET 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings/{Sid}.json' \
--user "username:password"
Response examples (200)
{
"sid": "ALaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "Thu, 30 Jul 2015 20:00:00 +0000",
"date_updated": "Thu, 30 Jul 2015 20:00:00 +0000",
"friendly_name": "friendly_name"
}