---
title: "Get accounts for a channel"
method: GET
path: "/conversations/custom-channels/2026-03/{channelId}/channel-accounts"
tags: ["Channel accounts"]
---

# Get accounts for a channel

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

Retrieve a list of accounts for a custom channel.

## Path parameters

- `channelId` integer, required

## Query parameters

- `after` string
- `archived` boolean
- `defaultPageLength` integer
- `deliveryIdentifierType` string[]
- `deliveryIdentifierValue` string[]
- `limit` integer
- `sort` string[]

## Response `200`

successful operation

- ConversationsCustomChannelsCollectionResponseWithTotalPublicChannelAccount
  - `paging` Paging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
    - `prev` PreviousPage — specifies the paging information needed to retrieve the previous set of results in a paginated API response
      - `before` string, required — A string token used to identify the position before the current page in the pagination sequence.
      - `link` string — A URL string that provides a direct link to the previous page of results.
  - `results` ConversationsCustomChannelsPublicChannelAccount[], required
    - `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
  - `total` integer, 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)
