Check if im added as Editor to a Channel

Is there a way for my application to check if someone has added me as Editor or not ?
i can open :
https://api.twitch.tv/kraken/channels/twitch?client_id=
it shows me alot and a link called :
“editors”:“https://api.twitch.tv/kraken/channels/twitch/editors
and when i open it, it only shows :
{“error”:“Bad Request”,“status”:400,“message”:“No client id specified”}
and when i add the client id to
https://api.twitch.tv/kraken/channels/twitch/editors?client_id=…it shows me
{“error”:“Unauthorized”,“status”:401,“message”:“Token invalid or missing required scope”}
I am very confused. I dont want to edit the channel in any way, i just want to test if i got Editor Permissions on a Channel or not.

Or is it possible to show me in any way on which channel my account has editor permissions ?

Greetings and many thanks

You need to have an OAuth token with the channel_read scope for the channel you’re checking. Docs here. There isn’t a way for a user to list their editor-specific channels.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.