---
title: "Get Customer Subscription Log"
method: GET
path: "/customers/{userId}/subscriptionStatusChangeLog"
---

# Get Customer Subscription Log

`GET /customers/{userId}/subscriptionStatusChangeLog`

Retrieves the log of subscription status changes of a customer.

## Path parameters

- `userId` integer, required

## Response `200`

200

- object
  - `data` object[]
    - `orgUnitId` integer
    - `source` string
    - `accountId` string
    - `orgSourceId` integer
    - `commChannelId` integer
    - `commChannelType` string
    - `communicationCategoryId` integer
    - `priority` string
    - `status` boolean
    - `addedBy` integer
    - `addedOn` string
    - `reason` string
  - `warnings` unknown[]
    - unknown
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[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)
