Retrieve a list of connect-apps belonging to the account used to make the request
Twilio Connect apps
Retrieve a list of connect-apps belonging to the account used to make the request
Path parameters
-
The SID of the Account that created the ConnectApp resources to read.
Query parameters
-
PageSize integer
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Minimum value is
1
, maximum value is1000
.
GET /2010-04-01/Accounts/{AccountSid}/ConnectApps.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/ConnectApps.json \
--user "username:password"
Response examples (200)
{
"connect_apps": [
{
"account_sid": "string",
"authorize_redirect_url": "https://example.com",
"company_name": "string",
"deauthorize_callback_method": "HEAD",
"deauthorize_callback_url": "https://example.com",
"description": "string",
"friendly_name": "string",
"homepage_url": "https://example.com",
"permissions": [
"get-all"
],
"sid": "string",
"uri": "https://example.com"
}
],
"end": 42,
"first_page_uri": "https://example.com",
"next_page_uri": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_uri": "https://example.com",
"start": 42,
"uri": "https://example.com"
}
Response examples (200)
{
"connect_apps": [
{
"account_sid": "string",
"authorize_redirect_url": "https://example.com",
"company_name": "string",
"deauthorize_callback_method": "HEAD",
"deauthorize_callback_url": "https://example.com",
"description": "string",
"friendly_name": "string",
"homepage_url": "https://example.com",
"permissions": [
"get-all"
],
"sid": "string",
"uri": "https://example.com"
}
],
"end": 42,
"first_page_uri": "https://example.com",
"next_page_uri": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_uri": "https://example.com",
"start": 42,
"uri": "https://example.com"
}