メインコンテンツへスキップ
GET
/
conversations
/
v3
/
custom-channels
/
{channelId}
カスタムチャネルを取得
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>"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent Hub無料ツール

承認

hapikey
string
query
必須

パスパラメータ

channelId
integer<int32>
必須

レスポンス

successful operation

capabilities
object
必須
createdAt
string<date-time>
必須
id
string
必須
name
string
必須
channelAccountConnectionRedirectUrl
string
channelDescription
string
channelLogoUrl
string
webhookUrl
string
Last modified on January 23, 2026