---
title: "AddTopicToSubscription"
method: POST
path: "/subscription/topic/add"
tags: ["Subscriptions"]
---

# AddTopicToSubscription

`POST /subscription/topic/add`

Add topic to subscription

## Request body

- object
  - `channelId` string, required — <p>The channel ID.</p>
  - `topicId` string, required — <p>The topic ID.</p>
  - `subscriptionId` string, required — <p>The subscription ID.</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)
