---
title: "Retrieve a list of authorized-connect-apps belonging to the account used to make the request"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json"
tags: ["Api20100401AuthorizedConnectApp"]
---

# Retrieve a list of authorized-connect-apps belonging to the account used to make the request

`GET /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json`

Retrieve a list of authorized-connect-apps belonging to the account used to make the request

## Path parameters

- `AccountSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `authorized_connect_apps` 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/6b6ffccef14c/schema)
