GET
/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.jsonGet an authorized Connect App
Retrieves an authorized Connect App associated with an account. Use ConnectAppSid to identify the Connect App and inspect its name, company, homepage, description, and authorized permissions.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The 34-character SID of the account that authorized the Connect App. Must match the `AC` account SID format.
ConnectAppSidstringrequired
The 34-character SID of the Connect App to retrieve. Must match the `CN` Connect App SID format.
200Returns the authorized Connect App, including its account SID, Connect App SID, company name, description, friendly name, homepage URI, permissions, and resource URI.
account_sidstringoptional
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource.
connect_app_company_namestringoptional
The company name set for the Connect App.
connect_app_descriptionstringoptional
A detailed description of the Connect App.
connect_app_friendly_namestringoptional
The name of the Connect App.
connect_app_homepage_urlstringoptional
The public URL for the Connect App.
connect_app_sidstringoptional
The SID that we assigned to the Connect App.
permissionsarray<string>optional
The set of permissions that you authorized for the Connect App. Can be: `get-all` or `post-all`.
uristringoptional
The URI of the resource, relative to `https://api.twilio.com`.
Error handling
AccountSid must be a 34-character SID matching the AC account pattern, and ConnectAppSid must be a 34-character SID matching the CN Connect App pattern. Each permissions value is limited to get-all or post-all in the returned resource.