---
title: "GetChannelSubscriptions"
method: GET
path: "/channel/{id}/subscriptions"
tags: ["Channels"]
---

# GetChannelSubscriptions

`GET /channel/{id}/subscriptions`

Get channel subscriptions

## Path parameters

- `id` string, required

## Query parameters

- `subscriptionIds` string[]
- `startId` string
- `endId` string
- `fields` string[]
- `since` string
- `updatedSince` string
- `tags` string[]
- `topics` string[]
- `segments` string[]
- `customAttributes[user_id]` string
- `onlyUnsubscribed` string

## Response `200`

Success-Response:

- object
  - `subscriptions` object[], required — <p>Array of subscriptions connected to specified channel</p>
    - `_id` string
    - `createdAt` string
    - `syncedAt` string
    - `channel` string
    - `browserType` string
    - `browserVersion` string
    - `platformName` string
    - `platformVersion` string
    - `language` string
    - `country` string
    - `timezone` string
    - `inactive` boolean
    - `topics` unknown[]
      - unknown
    - `type` string
    - `segments` unknown[]
      - unknown

---

[API](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference.md) · [All operations](https://skmtc.dev/cleverpush/apis/cleverpush-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cleverpush/cleverpush-api-reference/revisions/c2dffd898fd9/schema)
