GET
/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls/CredentialListMappings.jsonList SIP credential list mappings
Lists credential list mappings belonging to a SIP domain. Supply the account and domain SIDs, then use the pagination parameters to retrieve mappings in manageable pages.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that created the credential list mappings. Must be a 34-character SID beginning with `AC`.
DomainSidstringrequired
The SIP domain SID containing the credential list mappings. Must be a 34-character SID beginning with `SD`.
PageSizeintegeroptional
The number of resources to return per page. Must be between 1 and 1000 and defaults to 50 when omitted.
Pageintegeroptional
The page index used for client-side pagination state. Must be zero or greater when provided.
PageTokenstringoptional
The pagination token supplied by the API for retrieving a subsequent page.
200Returns a paginated object containing credential list mapping resources and navigation metadata including page boundaries, page links, 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 account SID beginning with AC, and DomainSid must be a 34-character SIP domain SID beginning with SD. PageSize must be between 1 and 1000, while Page must be zero or greater; use the API-provided PageToken to continue pagination.