GET
/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/IpAccessControlListMappings/{Sid}.jsonGet an IP access control list mapping
Retrieves a specific IP access control list mapping for a SIP domain. Supply the account, SIP domain, and mapping identifiers in the path using their required SID formats.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The unique identifier of the account responsible for the mapping. Must be a 34-character SID matching `AC` followed by 32 hexadecimal characters.
DomainSidstringrequired
The unique identifier of the SIP domain. Must be a 34-character SID matching `SD` followed by 32 hexadecimal characters.
Sidstringrequired
The unique identifier of the IP access control list mapping to retrieve. Must be a 34-character SID matching `AL` followed by 32 hexadecimal characters.
200Returns the IP access control list mapping, including its account SID, SIP domain SID, friendly name, creation and update timestamps, mapping SID, and resource URI.
account_sidstringoptional
The unique id of the Account that is responsible for this resource.
date_createdstringoptional
The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
date_updatedstringoptional
The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format.
domain_sidstringoptional
The unique string that is created to identify the SipDomain resource.
friendly_namestringoptional
A human readable descriptive text for this resource, up to 64 characters long.
sidstringoptional
A 34 character string that uniquely identifies this resource.
uristringoptional
The URI for this resource, relative to `https://api.twilio.com`
Error handling
AccountSid must be a 34-character account SID matching AC followed by 32 hexadecimal characters. DomainSid must be a 34-character SIP domain SID matching SD followed by 32 hexadecimal characters, and Sid must be a 34-character mapping SID matching AL followed by 32 hexadecimal characters.