Zum Hauptinhalt springen
GET
/
conversations
/
conversations
/
2026-09-beta
/
channel-accounts
/
{channelAccountId}
Retrieve channel 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

Autorisierungen

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Pfadparameter

channelAccountId
integer<int64>
erforderlich

The unique identifier of the channel account to retrieve.

Abfrageparameter

archived
boolean
Standard:false

Whether to return only results that have been archived. Defaults to false.

Antwort

successful operation

active
boolean
erforderlich

Whether the channel account is turned on.

archived
boolean
erforderlich
authorized
boolean
erforderlich
channelId
string
erforderlich

The ID of the channel that the channel account is an instance of.

createdAt
string<date-time>
erforderlich
id
string
erforderlich

The ID of the channel account.

inboxId
string
erforderlich

The ID of the conversations inbox that contains the channel account.

name
string
erforderlich

The name of the channel account.

archivedAt
string<date-time>
deliveryIdentifier
object
Last modified on April 9, 2026