---
title: "MarkSubscriptionAsTest"
method: POST
path: "/subscription/mark-as-test"
tags: ["Subscriptions"]
---

# MarkSubscriptionAsTest

`POST /subscription/mark-as-test`

Mark or Unmark Subscription As Test

## Request body

- object
  - `channelId` string, required — <p>The channel ID.</p>
  - `subscriptionId` string, required — <p>The subscription ID to mark or unmark as test.</p>
  - `isTest` boolean — <p>Set to <code>true</code> to mark as test, <code>false</code> to unmark. Defaults to <code>true</code> when omitted for backwards compatibility.</p>

## Response `200`

Success Response:

- object
  - `success` boolean, required

## Other responses

- `400` — Missing Parameter Response:
- `404` — Not Found Response:

---

[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/64ed799d2f1b/schema)
