Get all subscribers in JavaScript (jQuery)

You can only get the list of subscribers if the user gives you access to that information using one of our Authentication flows.

First, you’ll need to get an OAuth token with the correct scope for that channel. Second, you’ll call the subscriptions endpoint and pass in that OAuth token. One thing I notice is that you’re requesting a channel_check_subscription scope that doesn’t exist. Scopes are listed with the endpoint in the documentation above.