Api hates me, I just want my user info

 HTTP.get('https://api.twitch.tv/helix/users', {
   params:{
     id:'<our client id>'
   },
   headers:{
   },
 }

Responds with a 401 That I need to provide a valid Client-ID or OAuth token, if I provide one, I get a 400 Bad request, invalid email or id.

If I provide a login param, with our username instead of id, I don’t get a response.