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

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

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

Retrieve a list of 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
  - `connect_apps` ApiV2010AccountConnectApp[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource.
    - `authorize_redirect_url` string, uri, nullable — The URL we redirect the user to after we authenticate the user and obtain authorization to access the Connect App.
    - `company_name` string, nullable — The company name set for the Connect App.
    - `deauthorize_callback_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `deauthorize_callback_url`.
    - `deauthorize_callback_url` string, uri, nullable — The URL we call using the `deauthorize_callback_method` to de-authorize the Connect App.
    - `description` string, nullable — The description of the Connect App.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `homepage_url` string, uri, nullable — The public URL where users can obtain more information about this Connect App.
    - `permissions` ConnectAppEnumPermission[], nullable — The set of permissions that your ConnectApp requests.
    - `sid` string, nullable — The unique string that that we created to identify the ConnectApp resource.
    - `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/versions/a6753266b8b0/schema)
