How do you I add scopes in the new api?

So I have a problem, I want to create a program that will use the new twitch clip API to create a clip (since I am using VLC to watch streams and I can’t make a clip otherwise)
Here is the POST request that I am sending:


As you can see it says “Missing clips:edit scope”. How do I fix this problem?

Adding scopes in the new API is the same way as the old API, just add the required scope as a param during whichever user authentication flow your app uses.

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