GET
/2010-04-01/Accounts/{AccountSid}/SIP/CredentialLists.jsonList SIP credential lists
Lists the SIP credential lists belonging to an Account. Use the pagination parameters to select a page and control how many credential lists appear in each response.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The unique identifier of the Account whose credential lists to retrieve. Must be a 34-character identifier matching `^AC[0-9a-fA-F]{32}$`.
PageSizeintegeroptional
The number of credential lists 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.
200Returns a paginated collection of credential lists with the current page details, navigation URIs, range indexes, and `credential_lists` resources.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
credential_listsarray<object>optional
Error handling
AccountSid must be a 34-character identifier matching ^AC[0-9a-fA-F]{32}$. PageSize must be between 1 and 1000, Page must be zero or greater, and PageToken must be a token supplied by the API when continuing pagination.