Twilio::ConnectAppsApi
Constants
Constructors
Instance methods
@return Crest::Request
@return Crest::Request
@return Crest::Request
@return Crest::Request
Delete an instance of a connect-app @required @param account_sid [String?] The SID of the Account that created the ConnectApp resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. @return [Nil]
Delete an instance of a connect-app @required @param account_sid [String?] The SID of the Account that created the ConnectApp resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. @return nil
Delete an instance of a connect-app @required @param account_sid [String?] The SID of the Account that created the ConnectApp resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. @return [Tuple(Nil, Integer, Hash)] Nil, response status code and response headers
Fetch an instance of a connect-app @required @param account_sid [String?] The SID of the Account that created the ConnectApp resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. @return [Twilio::ConnectApp]
Fetch an instance of a connect-app @required @param account_sid [String?] The SID of the Account that created the ConnectApp resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. @return nil
Fetch an instance of a connect-app @required @param account_sid [String?] The SID of the Account that created the ConnectApp resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. @return [Tuple(Twilio::ConnectApp, Integer, Hash)] Twilio::ConnectApp, response status code and response headers
Retrieve a list of connect-apps belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the ConnectApp 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::ListConnectAppResponse]
Retrieve a list of connect-apps belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the ConnectApp 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 connect-apps belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the ConnectApp 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::ListConnectAppResponse, Integer, Hash)] Twilio::ListConnectAppResponse, response status code and response headers
Update a connect-app with the specified parameters
@required @param account_sid [String?] The SID of the Account that created the ConnectApp resources to update.
@required @param sid [String?] The Twilio-provided string that uniquely identifies the ConnectApp resource to update.
@optional @param authorize_redirect_url [String?] The URL to redirect the user to after we authenticate the user and obtain authorization to access the Connect App.
@optional @param company_name [String?] The company name to set for the Connect App.
@optional @param deauthorize_callback_method [Twilio::HttpMethod?]
@optional @param deauthorize_callback_url [String?] The URL to call using the deauthorize_callback_method to de-authorize the Connect App.
@optional @param description [String?] A description of the Connect App.
@optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long.
@optional @param homepage_url [String?] A public URL where users can obtain more information about this Connect App.
@optional @param permissions [Array(ConnectAppEnumPermission)?] A comma-separated list of the permissions you will request from the users of this ConnectApp. Can include: get-all and post-all.
@return [Twilio::ConnectApp]
Update a connect-app with the specified parameters
@required @param account_sid [String?] The SID of the Account that created the ConnectApp resources to update.
@required @param sid [String?] The Twilio-provided string that uniquely identifies the ConnectApp resource to update.
@optional @param authorize_redirect_url [String?] The URL to redirect the user to after we authenticate the user and obtain authorization to access the Connect App.
@optional @param company_name [String?] The company name to set for the Connect App.
@optional @param deauthorize_callback_method [Twilio::HttpMethod?]
@optional @param deauthorize_callback_url [String?] The URL to call using the deauthorize_callback_method to de-authorize the Connect App.
@optional @param description [String?] A description of the Connect App.
@optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long.
@optional @param homepage_url [String?] A public URL where users can obtain more information about this Connect App.
@optional @param permissions [Array(ConnectAppEnumPermission)?] A comma-separated list of the permissions you will request from the users of this ConnectApp. Can include: get-all and post-all.
@return nil
Update a connect-app with the specified parameters
@required @param account_sid [String?] The SID of the Account that created the ConnectApp resources to update.
@required @param sid [String?] The Twilio-provided string that uniquely identifies the ConnectApp resource to update.
@optional @param authorize_redirect_url [String?] The URL to redirect the user to after we authenticate the user and obtain authorization to access the Connect App.
@optional @param company_name [String?] The company name to set for the Connect App.
@optional @param deauthorize_callback_method [Twilio::HttpMethod?]
@optional @param deauthorize_callback_url [String?] The URL to call using the deauthorize_callback_method to de-authorize the Connect App.
@optional @param description [String?] A description of the Connect App.
@optional @param friendly_name [String?] A descriptive string that you create to describe the resource. It can be up to 64 characters long.
@optional @param homepage_url [String?] A public URL where users can obtain more information about this Connect App.
@optional @param permissions [Array(ConnectAppEnumPermission)?] A comma-separated list of the permissions you will request from the users of this ConnectApp. Can include: get-all and post-all.
@return [Tuple(Twilio::ConnectApp, Integer, Hash)] Twilio::ConnectApp, response status code and response headers