curl --request GET \
--url 'https://api.hubapi.com/conversations/v3/custom-channels/{channelId}?hapikey='{
"capabilities": {},
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"channelAccountConnectionRedirectUrl": "<string>",
"channelDescription": "<string>",
"channelLogoUrl": "<string>",
"webhookUrl": "<string>"
}カスタムチャネルに関する詳細を取得します。このAPIを使用すれば、カスタムチャネルの現在の機能やその他の設定メタデータを確認できます
curl --request GET \
--url 'https://api.hubapi.com/conversations/v3/custom-channels/{channelId}?hapikey='{
"capabilities": {},
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"channelAccountConnectionRedirectUrl": "<string>",
"channelDescription": "<string>",
"channelLogoUrl": "<string>",
"webhookUrl": "<string>"
}