/
CL
cleverpush
/
CleverPush API Reference
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 7h ago · Updated 7h ago
Details
Filter operations
AppBanner
1
Channel_Events
2
Channel_segments
6
Channel_tags
9
Channel_topics
3
Channels
18
Chat
2
Class_definitions
1
Deep_Links
5
Email
3
Email_accounts
4
Email_templates
3
Link_Statistics
1
Notification_groups
2
Notification_templates
4
Notifications
16
Projects
4
Shortlinks
3
SMS_providers
4
Subscriptions
19
post
AddTopicToSubscription
post
ClearSubscriptionAttribute
post
ConversionSubscription
post
EventSubscription
post
EventSubscription
get
GetRemovedSubscriptions
get
GetSubscription
get
GetSubscriptionConversions
get
GetSubscriptionNotificationEvents
post
MarkSubscriptionAsTest
post
PushSubscriptionAttributeValue
post
PushSubscriptionAttributeValue
post
RemoveTopicFromSubscription
post
SetSubscriptionAttribute
post
SyncSubscription
post
TagSubscription
post
TriggerProductCampaigns
post
UnsubscribeSubscription
post
UntagSubscription
Survey
1
Teams
2
WebBanner
6
Whatsapp
1
Subscriptions
UnsubscribeSubscription
Unsubscribe a subscription
post
/subscription/unsubscribe
Request body
object
required
subscriptionId
string
required
<p>The subscription ID.</p>
channelId
string
required
<p>The channel ID.</p>
optOutSource
string
required
<p>The opt-out source.</p>
markAsUnsubscribed
boolean
<p>Set to true to specifically handle email unsubscription (will mark email as blocked instead of removing the subscription).</p>
topics
string[]
<p>Array of topic IDs to unsubscribe from. And it will be used only if <code>markAsUnsubscribed</code> is true.</p>
Response
Success-Response:
object
required
success
boolean
id
string
required
<p>The Subscription ID</p>
Changes