# Fetch an instance of a connect-app **GET /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json** Fetch an instance of a connect-app 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 ConnectApp resource to fetch. - **Sid** (string) The Twilio-provided string that uniquely identifies the ConnectApp resource 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 ConnectApp resource. - **authorize_redirect_url** (string(uri) | null) The URL we redirect the user to after we authenticate the user and obtain authorization to access the Connect App. - **company_name** (string | null) The company name set for the Connect App. - **deauthorize_callback_method** (string(http-method) | null) The HTTP method we use to call `deauthorize_callback_url`. - **deauthorize_callback_url** (string(uri) | null) The URL we call using the `deauthorize_callback_method` to de-authorize the Connect App. - **description** (string | null) The description of the Connect App. - **friendly_name** (string | null) The string that you assigned to describe the resource. - **homepage_url** (string(uri) | null) The public URL where users can obtain more information about this Connect App. - **permissions** (array[string] | null) The set of permissions that your ConnectApp requests. - **sid** (string | null) The unique string that that we created to identify the ConnectApp resource. - **uri** (string | null) The URI of the resource, relative to `https://api.twilio.com`. [Powered by Bump.sh](https://bump.sh)