Twitch API access errors

It should work without the ID in the url. I decided to update my Twitch with a client ID and this works for me:

$.ajax({
  url: 'https://api.twitch.tv/kraken/channels/' + channel,
  headers: { "Client-ID" : "Client-ID" }
}).done(function(data){
    // Or use succes: 
}