REST API: Authorized Connect App
AuthorizedConnectApp リスト リソースは、ユーザーが自分の Twilio アカウント内で許可したすべての ConnectApp を表示します。 それぞれの ConnectApp は、Twilio アカウント内では サブアカウント に対応します。サブアカウントはこの ConnectApp のサンドボックスとして機能します。このインスタンス リソースは、ユーザーが ConnectApp に与えたパーミッションと、ConnectApp の情報を表示します。
AuthorizedConnectApp インスタンス リソース
リソースURI
/2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}
リソースのプロパティ
Names in PHP format | |
---|---|
accountSid
|
The SID of the Account that created the AuthorizedConnectApp resource. |
connectAppCompanyName
|
The company name set for the Connect App. |
connectAppDescription
|
A detailed description of the Connect App. |
connectAppFriendlyName
|
The name of the Connect App. |
connectAppHomepageUrl
|
The public URL for the Connect App. |
connectAppSid
|
The SID that we assigned to the Connect App. |
dateCreated
|
The date and time in GMT that the resource was created specified in RFC 2822 format. |
dateUpdated
|
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 browsing the Twilio tag on Stack Overflow.