---
title: "Get Subscription Details"
method: GET
path: "/customer/subscriptions"
---

# Get Subscription Details

`GET /customer/subscriptions`

Retrieves SMS and email subscription details of a customer. You can filter the results by priority and communication channel. To retrieve subscription details of multiple customers, pass each customer identifier separating by comma.

## Query parameters

- `format` 'json' | 'xml'
- `mobile` string
- `email` string
- `external_id` string
- `id` integer
- `channel` 'SMS' | 'EMAIL' | 'WECHAT' | 'SOCIAL' | 'REMINDER_TEXT' | 'RE_ISSUAL_TEXT' | 'CLIENT.'
- `limit` integer
- `priority` 'TRANS' | 'BULK'
- `scope` 'ALL'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` integer
      - `message` string
    - `subscriptions` object
      - `subscription` object[]
        - `user_id` string
        - `mobile` string
        - `email` string
        - `external_id` string
        - `channel` object[]
          - `name` string
          - `priority` object[]
            - `name` string
            - `subscribed` string
            - `unsubscribed` string
            - `user_preference` string
        - `orgUnitSubscriptions` unknown[]
          - unknown
        - `item_status` object
          - `code` string
          - `message` string
          - `success` string

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
