How do I get a list of current subscribers to a channel?

The GET /channels/:channel/subscriptions endpoint requires authentication as the channel owner. You will need to generate an OAuth token with the channel_subscriptions scope and send that along with your request. See the authentication documentation for more info about generating and using tokens.