curl --request GET \
--url https://api.hubapi.com/conversations/v3/conversations/channels/{channelId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>"
}Retrieve details of a single channel using the channel ID.
curl --request GET \
--url https://api.hubapi.com/conversations/v3/conversations/channels/{channelId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>"
}Supported products
Required Scopes
Was this page helpful?