Error can't get a clip for api (kraken)

Yes that’s normal because that endpoint doesn’t exist in v3 and so returns a 404.

To use a v5 endpoint you need to use either the 'Accept: application/vnd.twitchtv.v5+json' header or api_version=5 querystring param when making the request.

1 Like