GET
/2010-04-01/Accounts/{AccountSid}/SIP/Domains.jsonList SIP domains
Lists the SIP domains belonging to an account. Use PageSize, Page, and PageToken to control which page of domain resources you retrieve. The response includes pagination metadata and an array of domain resources.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The 34-character SID of the account whose SIP domains you want to list, beginning with `AC`.
PageSizeintegeroptional
The number of SIP domains 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 a `domains` array containing SIP domain resources, including their account, authentication, voice configuration, identifiers, and resource URIs.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
domainsarray<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 when continuing through a paginated result set.