REST API: Authorized Connect Apps
The AuthorizedConnectApps list resource shows all of the Connect Apps that you have authorized for your account. Each Connect App corresponds to a subaccount within your Twilio account, which acts as that Connect App's sandbox. The instance resource shows you the permissions you have granted for a Connect App as well as information about the Connect App itself.
AuthorizedConnectApp Instance Resource
Resource URI
/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}
Resource Properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The SID of the Account that created the AuthorizedConnectApp resource. |
connect_app_company_name
|
The company name set for the Connect App. |
connect_app_description
|
A detailed description of the Connect App. |
connect_app_friendly_name
|
The name of the Connect App. |
connect_app_homepage_url
|
The public URL for the Connect App. |
connect_app_sid
|
The SID that we assigned to the Connect App. |
date_created
|
The date and time in GMT that the resource was created specified in RFC 2822 format. |
date_updated
|
The date and time in GMT that the resource was last updated specified in RFC 2822 format. |
permissions
|
The set of permissions that you authorized for the Connect App. Can be: |
uri
|
The URI of the resource, relative to |
HTTP POST
Not supported.
HTTP PUT
Not supported.
HTTP DELETE
Not supported.
AuthorizedConnectApps List Resource
Resource URI
/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps
HTTP GET
Returns a list of Connect App resource representations, each representing a Connect App you've authorized to access your account. The list includes paging information.
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the Twilio tag on Stack Overflow.