v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061971481.8 MB
Api20100401ConnectApp

Fetch an instance of a connect-app

Fetch an instance of a connect-app

get/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json

Path parameters

AccountSidstring required

The SID of the Account that created the ConnectApp resource to fetch.

Sidstring required

The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch.

Response

OK

account_sidstring nullable

The SID of the Account that created the ConnectApp resource.

authorize_redirect_urlstring uri nullable

The URL we redirect the user to after we authenticate the user and obtain authorization to access the Connect App.

company_namestring 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_urlstring uri nullable

The URL we call using the deauthorize_callback_method to de-authorize the Connect App.

descriptionstring nullable

The description of the Connect App.

friendly_namestring nullable

The string that you assigned to describe the resource.

homepage_urlstring uri nullable

The public URL where users can obtain more information about this Connect App.

permissionsConnectAppEnumPermission[] nullable

The set of permissions that your ConnectApp requests.

sidstring nullable

The unique string that that we created to identify the ConnectApp resource.

uristring nullable

The URI of the resource, relative to https://api.twilio.com.