---
title: "Get a channel account by id"
method: GET
path: "/conversations/custom-channels/2026-03/{channelId}/channel-accounts/{channelAccountId}"
tags: ["Channels"]
---

# Get a channel account by id

`GET /conversations/custom-channels/2026-03/{channelId}/channel-accounts/{channelAccountId}`

Retrieve the details for a specific channel account. This contains all the metadata about your channel account, including its channel, associated inbox id, and delivery identifier information.

## Path parameters

- `channelAccountId` integer, required
- `channelId` integer, required

## Query parameters

- `archived` boolean

## Response `200`

successful operation

- ConversationsCustomChannelsPublicChannelAccount
  - `active` boolean, required
  - `archived` boolean, required
  - `archivedAt` string, date-time
  - `authorized` boolean, required
  - `channelId` string, required
  - `createdAt` string, date-time, required
  - `deliveryIdentifier` ConversationsCustomChannelsPublicDeliveryIdentifier
    - `type` 'CHANNEL_SPECIFIC_OPAQUE_ID' | 'HS_EMAIL_ADDRESS' | 'HS_PHONE_NUMBER' | 'HS_SHORT_CODE', required
    - `value` string, required
  - `id` string, required
  - `inboxId` string, required
  - `name` string, required

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
