Subscriptions returns null

Whats the HTTP code returned? Check the HTTP code for non 200’s and parse the error from the body response.

Is the <authkey> you used actually valid for the channel of <id> you used in the URL?

In your code you have clientID as <id> and the channelID as <id> in the URL, did you try to use the ClientID in the URL?