There's not a great way to do this, but here’s how to get an XML file with the subscription info. You can save the file as XML and open it with Excel to get a count, if nothing else. Depending on your account, there may be some extra permissions required to permit you to also get names and emails. Login normally to the site, then get your API key here: https://communityurl/restapi/vc/authentication/sessions/login Append that key (including the . at the end) to your URLs like below: https://communityurl/t5/BoardName/bd-p/board_ID/subscribers/email/board/?restapi.session_key= https://communityurl/t5/BlogName/bg-p/blog_ID/subscribers/email/board/?restapi.session_key= Works for any board, you’ll just need the boardID from the URL: https://communityurl/t5/BoardName/bd-p/board_ID https://communityurl/t5/BlogName/bg-p/blog_ID I've seen that some subscriptions at the category level might not show up in these lists. I've not seen how to get a category subscription report.
... View more