---
title: "GetSubscriptionConversions"
method: GET
path: "/channel/{channelId}/subscription/{id}/conversions"
tags: ["Subscriptions"]
---

# GetSubscriptionConversions

`GET /channel/{channelId}/subscription/{id}/conversions`

Get subscription conversions

## Path parameters

- `channelId` string, required
- `id` string, required

## Query parameters

- `eventId` string
- `limit` string
- `pageToken` string

## Headers

- `Authorization` string, required

## Response `200`

Success-Response:

- object
  - `conversions` object[], required — <p>List of recorded conversions</p>
    - `subscription` string, required — <p>The subscription ID</p>
    - `channel` string, required — <p>The channel ID</p>
    - `eventId` string, required — <p>The conversion event ID</p>
    - `notification` string — <p>Associated notification ID when present</p>
    - `date` string, required — <p>ISO 8601 timestamp of the conversion</p>
    - `properties` object, required — <p>Conversion properties (e.g. amount, currency)</p>
      - `amount` string
      - `currency` string
  - `pageToken` string — <p>Pagination token for the next page when more results are available</p>

---

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