# Fetch an instance of an authorized-connect-app **GET /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json** Fetch an instance of an authorized-connect-app Authorized Twilio Connect apps ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource to fetch. - **ConnectAppSid** (string) The SID of the Connect App to fetch. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource. - **connect_app_company_name** (string | null) The company name set for the Connect App. - **connect_app_description** (string | null) A detailed description of the Connect App. - **connect_app_friendly_name** (string | null) The name of the Connect App. - **connect_app_homepage_url** (string(uri) | null) The public URL for the Connect App. - **connect_app_sid** (string | null) The SID that we assigned to the Connect App. - **permissions** (array[string] | null) The set of permissions that you authorized for the Connect App. Can be: `get-all` or `post-all`. - **uri** (string | null) The URI of the resource, relative to `https://api.twilio.com`. [Powered by Bump.sh](https://bump.sh)