Sample - Twilio API
GET/2010-04-01/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/CredentialListMappings.json

List SIP credential-list mappings

Lists credential-list mappings for a specified SIP Domain within an Account. Use the pagination parameters to select the page and limit the number of mappings returned in each response.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

5 parameters
AccountSidstringrequired
The unique identifier of the Account responsible for the mapping. Must be a 34-character identifier matching `^AC[0-9a-fA-F]{32}$`.
DomainSidstringrequired
The unique identifier of the SIP Domain containing the mappings. Must be a 34-character identifier matching `^SD[0-9a-fA-F]{32}$`.
PageSizeintegeroptional
The number of mappings to return per page. Must be between 1 and 1000, and defaults to 50 when omitted.
Pageintegeroptional
The zero-based page index used to maintain client pagination state. Defaults according to the API when omitted.
PageTokenstringoptional
The pagination token supplied by the API for retrieving a subsequent page.

1 status code
200Returns a paginated collection of credential-list mappings with page metadata, navigation URIs, range indexes, and `credential_list_mappings` resources.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
credential_list_mappingsarray<object>optional

Error handling

AccountSid must be a 34-character identifier matching ^AC[0-9a-fA-F]{32}$, and DomainSid must match the 34-character SD identifier format. PageSize must be between 1 and 1000, Page must be zero or greater, and PageToken must be supplied by the API for subsequent pages.