I don’t get it, actually. As the manual says, a token grants an access to some features, for example with token you can get a list of users subscribed to a specified channel. If i try to get subscribers of channel with ID 129454141 i get this:
{
"error": "Unprocessable Entity",
"status": 422,
"message": "dallasnchains does not have a subscription program"
}
Ok, if i do it wrong, how do i get all the subscribers of a specified channel?