---
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`.

## Changes

- **2025-02-20** (v2010) `ed1b16ce6378` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`

[Change history](https://skmtc.dev/twilio/apis/api-v2010/changes/2010-04-01/Accounts/:AccountSid/AuthorizedConnectApps.json/get.md)

---

[API](https://skmtc.dev/twilio/apis/api-v2010.md) · [All operations](https://skmtc.dev/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/api-v2010/revisions/170b3ccd0f89?raw)
