GET
/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.jsonList authorized Connect Apps
Lists the authorized Connect Apps belonging to an account. Use PageSize, Page, and PageToken to control pagination and retrieve successive pages of authorized Connect Apps.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The 34-character SID of the account whose authorized Connect Apps to list. Must match the `AC` account SID format.
PageSizeintegeroptional
Number of resources to return per page. Must be between 1 and 1000, and defaults to 50 when omitted.
Pageintegeroptional
Page index used for client state. Must be zero or greater when supplied.
PageTokenstringoptional
API-provided token used to retrieve a subsequent page of results.
200Returns a paginated response containing authorized Connect Apps and page metadata, including the current page, page size, resource range, navigation URIs, and collection URI.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
authorized_connect_appsarray<object>optional
Error handling
AccountSid must be a 34-character SID matching the AC account pattern. PageSize must be between 1 and 1000, and Page must be zero or greater when supplied; use the API-provided PageToken to request a subsequent page.