ERROR 401 Missing scope - Modify Channel Information

Heey, I’m trying to change my GameID and title with the PATCH Modify Channel Information and was testing with Postman but I’m getting a 401 error with “Missing scope: user:edit:broadcast or channel:manage:broadcast or channel_editor”

Details:

Header:
Client-Id, Authorization

Params:
broadcaster_id

Body:
application/json
{“game_id”:“509658”, “title”:“TEST”, “broadcaster_language”:“en”}

But where should I add the scope and how?
Thank you very much for your help.

1 Like

All API endpoints that require scopes need the user who’s granting those permissions to go through your apps OAuth process, using either the Implicit or Auth Code flows https://dev.twitch.tv/docs/authentication#user-access-tokens

It’s through that OAuth process to get a User Token that you can specify which scopes your app is requesting, and that the user can agree to them.

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