Twilio::AuthorizedConnectAppsApi
Constants
Constructors
Instance methods
@return Crest::Request
@return Crest::Request
Fetch an instance of an authorized-connect-app @required @param account_sid [String?] The SID of the Account that created the AuthorizedConnectApp resource to fetch. @required @param connect_app_sid [String?] The SID of the Connect App to fetch. @return [Twilio::AuthorizedConnectApp]
Fetch an instance of an authorized-connect-app @required @param account_sid [String?] The SID of the Account that created the AuthorizedConnectApp resource to fetch. @required @param connect_app_sid [String?] The SID of the Connect App to fetch. @return nil
Fetch an instance of an authorized-connect-app @required @param account_sid [String?] The SID of the Account that created the AuthorizedConnectApp resource to fetch. @required @param connect_app_sid [String?] The SID of the Connect App to fetch. @return [Tuple(Twilio::AuthorizedConnectApp, Integer, Hash)] Twilio::AuthorizedConnectApp, response status code and response headers
Retrieve a list of authorized-connect-apps belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the AuthorizedConnectApp resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return [Twilio::ListAuthorizedConnectAppResponse]
Retrieve a list of authorized-connect-apps belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the AuthorizedConnectApp resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return nil
Retrieve a list of authorized-connect-apps belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the AuthorizedConnectApp resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return [Tuple(Twilio::ListAuthorizedConnectAppResponse, Integer, Hash)] Twilio::ListAuthorizedConnectAppResponse, response status code and response headers