---
title: "List cancellation offers"
method: GET
path: "/2023-10/subscription/{subscriptionId}/cancellationOffers/"
---

# List cancellation offers

`GET /2023-10/subscription/{subscriptionId}/cancellationOffers/`

This endpoint allows you to fetch the multiple cancellation offers for a customer.

## Path parameters

- `subscriptionId` integer, required

## Query parameters

- `cancellationFlowId` integer, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` string
    - `message` string
    - `keepSubscriptionCTAText` string
    - `cancelSubscriptionCTAText` string
    - `title` string
    - `offerDescription` string
  - `code` string
  - `pageInfo` string

---

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