GET
/2010-04-01/Accounts/{AccountSid}/SIP/IpAccessControlLists.jsonList SIP IP access control lists
Lists the IP access control lists belonging to an account. Use PageSize, Page, and PageToken to control pagination through the account's lists. The response includes pagination metadata and an array of IP access control list resources.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The 34-character SID of the account whose IP access control lists you want to list, beginning with `AC`.
PageSizeintegeroptional
The number of IP access control lists to return per page. Must be between 1 and 1000; defaults to 50 when omitted.
Pageintegeroptional
The zero-based page index used to track client pagination state.
PageTokenstringoptional
The pagination token provided by the API for retrieving a subsequent page.
200Returns pagination metadata and an `ip_access_control_lists` array containing IP access control list resources with their identifiers, account ownership, friendly names, timestamps, associated subresources, and resource URIs.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
ip_access_control_listsarray<object>optional
Error handling
AccountSid must be a 34-character account SID beginning with AC. PageSize must be between 1 and 1000, and Page must be zero or greater; use the API-provided PageToken to retrieve a subsequent page.