cURL
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.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The unique ID of the channel.
successful operation
The ID of the channel.
The name of the channel.
Was this page helpful?