Menu

Expand
Rate this page:

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
sid<AC> Not PII

The SID of the Account that created the AuthorizedConnectApp resource.

connect_app_company_name
string Not PII

The company name set for the Connect App.

connect_app_description
string Not PII

A detailed description of the Connect App.

connect_app_friendly_name
string Not PII

The name of the Connect App.

connect_app_homepage_url
url Not PII

The public URL for the Connect App.

connect_app_sid
sid<CN> Not PII

The SID that we assigned to the Connect App.

date_created
date_time<rfc2822> Not PII

The date and time in GMT that the resource was created specified in RFC 2822 format.

date_updated
date_time<rfc2822> Not PII

The date and time in GMT that the resource was last updated specified in RFC 2822 format.

permissions
enum:permission[] Not PII

The set of permissions that you authorized for the Connect App. Can be: get-all or post-all.

uri
uri Not PII

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

Loading Code Sample...
        
        

        Retrieve an Authorized Connect App

        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
        Loading Code Sample...
              
              

              Retrieve all Authorized Connect Apps

              HTTP POST

              Not Supported.

              HTTP PUT

              Not Supported.

              HTTP DELETE

              Not Supported.

              Rate this page:

              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 by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.

              Loading Code Sample...
                    
                    
                    

                    Thank you for your feedback!

                    Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

                    Sending your feedback...
                    🎉 Thank you for your feedback!
                    Something went wrong. Please try again.

                    Thanks for your feedback!

                    thanks-feedback-gif