Get Channel Subscribers Result Problem

You got a GZIP compressed result.

Enable GZIP compression using whatever library you are using.

Usually when you get GZIP compressed result, it turns out to be a 401, and you don’t have permission to get that end point

curl_setopt($ch,CURLOPT_ENCODING , “gzip”);