Thanks for the reply.
I am doing a http request in Java and reading the text as a json object.
The url I call is https://api.twitch.tv/kraken/channels/<channel_name>/subscriptions?oauth_token=
As stated, I authorized this and this works. What would I need to do to add &api_version=5 to my request?
Thanks!