Forum Discussion

allensmith81's avatar
5 years ago

APIv2 Subscriptions Troubleshooting

Hi all,   I have been banging my head against a brick wall for about an hour now and it's either me (likely) or the Subscriptions API doesnt work. I am trying to use a call like this: Select cou...
  • Tarun's avatar
    5 years ago

    Hi allensmith81 ,

    the API you are trying to use provides the results to the subscriptions of the user making the request unless there is a request containing the subscriber's ID explicitly.

    For Getting the subscribers to a particular board, you can try to use the V1 API to get the subscribes to a particular board:

     

    https://[COMMUNITY DOMAIN]/restapi/vc/boards/id/<board ID>/subscribers/email/board/count

    Documentation: https://developer.khoros.com/khoroscommunitydevdocs/docs/get-a-count-or-list-of-users-subscribed-to-a-board

    Please Give Kudos if you find this post useful and also mark this as Accepted Solution if this is the required solution.

    Regards

    Tarun Kumar