curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/channels/{channelId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>"
}Retrieve details of a specific channel in the HubSpot conversations API. This endpoint is useful for accessing information about a channel using its unique identifier.
curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/channels/{channelId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the channel to retrieve.
Was this page helpful?