---
title: "Fetch an instance of an authorized-connect-app"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json"
tags: ["Api20100401AuthorizedConnectApp"]
---

# 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

## Path parameters

- `AccountSid` string, required
- `ConnectAppSid` string, required

## Response `200`

OK

- ApiV2010AccountAuthorizedConnectApp
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource.
  - `connect_app_company_name` string, nullable — The company name set for the Connect App.
  - `connect_app_description` string, nullable — A detailed description of the Connect App.
  - `connect_app_friendly_name` string, nullable — The name of the Connect App.
  - `connect_app_homepage_url` string, uri, nullable — The public URL for the Connect App.
  - `connect_app_sid` string, nullable — The SID that we assigned to the Connect App.
  - `permissions` AuthorizedConnectAppEnumPermission[], nullable — The set of permissions that you authorized for the Connect App. Can be: `get-all` or `post-all`.
  - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/a6753266b8b0/schema)
