Fetch an instance of a connect-app
Twilio Connect apps
Fetch an instance of a connect-app
Path parameters
-
The SID of the Account that created the ConnectApp resource to fetch.
-
The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch.
GET /2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/ConnectApps/{Sid}.json \
--user "username:password"
Response examples (200)
{
"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"
}
Response examples (200)
{
"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"
}