GET
/2010-04-01/Accounts/{AccountSid}/ConnectApps.jsonList Connect Apps for an account
Lists Connect Apps belonging to the specified account. Use the pagination parameters to control the returned page and continue through the collection. Each result contains Connect App identity and configuration fields.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID whose Connect Apps to list. Must be 34 characters and match the `AC` SID format.
PageSizeintegeroptional
Number of Connect Apps to return per page. Defaults to 50 when omitted and must not exceed 1000.
Pageintegeroptional
The zero-based page index used for client state. Defaults according to the API when omitted.
PageTokenstringoptional
The pagination token provided by the API for retrieving a specific page.
200Returns a paginated object containing Connect App resources and page metadata, including page links, page indexes, and page size.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
connect_appsarray<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 another page.