Equivalent Helix Endpoint For Channels?

https://dev.twitch.tv/docs/api/reference/#get-users

The scope/oAuth is optional!

Specify a ID or a login and it will return.

if you specify the oAuth it’ll return the user for that oAuth token.

So a call to

https://api.twitch.tv/helix/users

Requires a token

But a call to

https://api.twitch.tv/helix/users?login=barrycarlyon

Does not

1 Like