Comment on page
Subscriptions
To keep track of users' participation within various campaigns, we use subscriptions. Before a user can participate in a campaign, they must first subscribe to the campaign.
This object represents the subscription of a user to a campaign.
post
http://localhost:8080/v1
/campaigns/{campaignId}/subscriptions
Create a new subscription for the given user
get
http://localhost:8080/v1
/campaigns/{campaignId}/subscriptions/{userId}
Last modified 7mo ago