GET
/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/IpAccessControlListMappings.jsonList SIP IP Access Control List mappings
Lists IP Access Control List mappings belonging to a SIP domain. Supply AccountSid and DomainSid as valid SIDs, and use the pagination parameters to control the returned page.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The 34-character SID of the Account that created the IP Access Control List mappings.
DomainSidstringrequired
The 34-character SID of the SIP domain containing the mappings.
PageSizeintegeroptional
The number of mappings to return per page. Must be between 1 and 1000, and defaults to 50 when omitted.
Pageintegeroptional
The page index used to maintain client-side pagination state. Must be zero or greater.
PageTokenstringoptional
The pagination token provided by the API for retrieving a specific page.
200Returns a paginated object containing IP Access Control List mappings and navigation fields such as `next_page_uri`, `previous_page_uri`, `page`, and `page_size`.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
contentsarray<object>optional
Error handling
AccountSid must be a 34-character SID beginning with AC, and DomainSid must be a 34-character SID beginning with SD. PageSize must be between 1 and 1000, while Page must be zero or greater; PageToken must contain a token provided by the API when used.