Clips "error":"Not Found"

Hello,

I am working on a piece of code, just to see what kind of data it is sending I used https://api.twitch.tv/kraken/clips/SecretiveBrainyPuddingKAPOW?client_id=MYCLIENTID
I get all the time
{"error":"Not Found","status":404,"message":""}
I did not get this earlier. So what goes wrong?

The clips API is v5, so you have to either add &api_version=5 to the querystring, or use the header Accept: application/vnd.twitchtv.v5+json

3 Likes

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