Viewing subs : missing scope

Hi,
The channel where work my bot recently became partner…
So I wanted to add alerts when someone subscribe.
But either with PubSub or with the way to just get subs list, I miss something to see that… How can I find this something, and how can I tell that to twitch, if possible with the two ways (PubSub and simple https request)…
Sorry for my English :slight_smile:
Thanks for helping

The owner of the channel has to give you an oauth token with the scope to see subscribers.

channel_subscriptions

The oauth is the string that you can get on Twitch.tv, where you have to put your site url or local host right ?

When you register an application to get a client ID you put in a return path, when you are doing authentication against twitch and select scopes that return path will include the generated oAuth, if that’s what you are asking.