Forum Discussion
adriana4u
3 years agoMaven
I saw via this link how I can do it: https://developer.khoros.com/khoroscommunitydevdocs/docs/create-user-subscriptions
But below, where do I put the user?
curl -X POST \
https://[COMMUNITY DOMAIN]/community/2.0/subscriptions \
-H 'content-type: application/json' \
-H 'Authorization: Bearer [TOKEN]' \
-H 'client-id: [CLIENT ID]' \
-d '{ "data":{ "type":"subscription", "target":{ "type":"board", "id":"bakingqanda" } } }'
Related Content
- 6 years ago
- 4 months ago