Getting subscribers for channel

So, my thing is. I want to get all subscribers of a given tier (1000, 2000 or 3000) of a channel.

In the new API i can’t even seem to find a way to get subscribers from a channel or am i missing something?

In v5 api i can only get 100 at a time, forcing me to search through ALL subscribers so i can let my code filter them based on the tier. Is there an easier way to do this?

Currently there’s no channel subscribers endpoint in Helix, it’s coming soon™

As for v5, getting a max of 100 results at a time and using pagination to get a full list and then filtering them is your only option. It’ll likely be the same in Helix but we wont know for sure until the endpoint arrives.

Thanks for the quick reply. I’m hoping that i can filter based on any number of arguments in Helix or maybe even GraphQL endpoints.

I’ll start my project basing it on the v5 api for now.
Too bad there’s no sandbox to play around in with the API as my own channel has no subscribers, making this for a friend of mine.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.