---
title: "TagSubscription"
method: POST
path: "/subscription/tag"
tags: ["Subscriptions"]
---

# TagSubscription

`POST /subscription/tag`

Tag a subscription

## Request body

- object
  - `channelId` string, required — <p>The channel ID.</p>
  - `tagId` string — <p>The tag ID. Either tagId or tagExternalId is required.</p>
  - `tagExternalId` string — <p>The external tag ID. Either tagId or tagExternalId is required.</p>
  - `subscriptionId` string — <p>The subscription ID.</p>
  - `subscriptionIds` string[] — <p>The subscription IDs (max. 1000).</p>

## Response `201`

Success-Response:

- object
  - `success` boolean

---

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