---
title: "GetSubscription"
method: GET
path: "/subscription"
tags: ["Subscriptions"]
---

# GetSubscription

`GET /subscription`

Get subscription

## Query parameters

- `channelId` string, required
- `subscriptionId` string
- `attributeId` string
- `attributeValue` string
- `emailAddress` string
- `fields` string[]

## Response `200`

Success-Response:

- object
  - `subscription` object
    - `_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
  - `The` object, required — <p>subscription</p>

## Other responses

- `400` — Error-Response:

---

[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/64ed799d2f1b/schema)
