Today I was trying out the EventSub subscriptions and I was quickly able to subscribe to the channel.follow webhook and obtain the stream of new followers of a big live channel.
My objective is now to obtain the stream of new subscribers to a live channel, therefore I tried using the channel.subscribe webhook (which requires the channel:read:subscriptions scope).
So after obtaining a new Oauth token for my own account with the required scope I was able to connect to a webhook for seeing the new subscribers of my channel (anyway, I didn’t receive any notification because I don’t actually stream).
After this brief success, I tried connecting to a new channel.subscribe webhook, specifying the id of a big live channel. But it results that I’m not authorized to do that 
Does this mean that the scope channel:read:subscriptions allows me only to obtain the stream of new subscription of my own channel?
Is there any way to obtain the stream of new subscriptions of any channel (with my token)?
Or am I limited to only followers of any channels?
Thank you 
