REST API: Authorized Connect App
AuthorizedConnectApp リスト リソースは、ユーザーが自分の Twilio アカウント内で許可したすべての ConnectApp を表示します。 それぞれの ConnectApp は、Twilio アカウント内では サブアカウント に対応します。サブアカウントはこの ConnectApp のサンドボックスとして機能します。このインスタンス リソースは、ユーザーが ConnectApp に与えたパーミッションと、ConnectApp の情報を表示します。
AuthorizedConnectApp インスタンス リソース
リソースURI
/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}
リソースのプロパティ
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
サポートされていません。
HTTP PUT
サポートされていません。
HTTP DELETE
サポートされていません。
AuthorizedConnectApps リスト リソース
リソースURI
/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps
HTTP GET
ConnectApp リソース表現のリストを返します。各項目は、ユーザーがアカウントへのアクセスを許可した ConnectApp を表現します。 このリストは ページ情報を含みます。
例 1
ヘルプが必要ですか?
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.