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>"
}
}Retrieve details of a specific channel account using its unique identifier. This endpoint allows you to access information about a channel account, which can be useful for managing or integrating communication channels within your HubSpot account.
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.
The unique identifier of the channel account to retrieve.
Whether to return only results that have been archived. Defaults to false.
successful operation
Whether the channel account is turned on.
The ID of the channel that the channel account is an instance of.
The ID of the channel account.
The ID of the conversations inbox that contains the channel account.
The name of the channel account.
Show child attributes