curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/channel-accounts/{channelAccountId} \
--header 'Authorization: Bearer <token>'{
"active": true,
"archived": true,
"authorized": true,
"channelId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"inboxId": "<string>",
"name": "<string>",
"archivedAt": "2023-11-07T05:31:56Z",
"deliveryIdentifier": {
"type": "CHANNEL_SPECIFIC_OPAQUE_ID",
"value": "<string>"
}
}固有IDを使用して、特定のチャネルアカウントの詳細を取得します。このエンドポイントでは、チャネルアカウントに関する情報にアクセスできます。これは、HubSpotアカウント内でコミュニケーションチャネルを管理または統合するのに役立ちます。
curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/channel-accounts/{channelAccountId} \
--header 'Authorization: Bearer <token>'{
"active": true,
"archived": true,
"authorized": true,
"channelId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"inboxId": "<string>",
"name": "<string>",
"archivedAt": "2023-11-07T05:31:56Z",
"deliveryIdentifier": {
"type": "CHANNEL_SPECIFIC_OPAQUE_ID",
"value": "<string>"
}
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
取得するチャネルアカウントの固有ID。
アーカイブ済みの結果のみを返すかどうか。
successful operation
チャネルアカウントがオンになっているかどうか。
チャネルアカウントがインスタンスであるチャネルのID。
チャネルアカウントのID。
チャネルアカウントが含まれるコミュニケーションの受信トレイのID。
チャネルアカウントの名前。
Show child attributes