---
title: "Subscription benefit content"
method: GET
path: "/2023-10/subscription/{subscriptionId}/benefitContent"
---

# Subscription benefit content

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

This endpoint allows you to fetch the subscription benefit content associated with a specific subscription id.

## Path parameters

- `subscriptionId` integer, required

## Response `200`

200

- object
  - `success` boolean — Indicates whether the request was successfully processed.
  - `message` string — A human-readable message describing the result of the request.
  - `data` object — Contains the benefit content configuration for the subscription.
    - `id` integer — Unique identifier of the benefit content configuration.
    - `title` string — Title of the benefit content displayed to the subscriber.
    - `body` string — HTML content that contains the benefit messaging. This may include formatted text, media, or embedded videos that highlight the benefits of continuing the subscription.
    - `keepSubscriptionCTA` string — Text for the call-to-action button that encourages the subscriber to keep the subscription.
    - `cancelSubscriptionCTA` string — Text for the call-to-action button that allows the subscriber to proceed with cancellation.
  - `code` string — Status code indicating the result of the operation.
  - `pageInfo` string — Additional metadata related to the response.

---

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