[SOLVED] GetChannel Returns StreamKey when I just want the ID

I’m calling this method from my Extension backend.

GetChannel returns a lot of data.

I’m really just looking for the _id and _url fields.

Does the New Twitch API have a method for getting just these fields?

A channel is a user.

So use: https://dev.twitch.tv/docs/v5/reference/users#get-user

Don’t request scope channel_read

I hadn’t realized the channel_id and user_id are the same thing!

Thanks!