Get clips pagination

hi!

i use get clips api with pagination. in pagination have a optional params “before” but it doesn’t work
they response 400 Bad request with “invalid cursor” message

how can i use get clips pagination with “before” params

plz help

request url is
https://api.twitch.tv/helix/clips?broadcaster_id=445841701&first=100&before=eyJiIjpudWxsLCJhIjp7IkN1cnNvciI6Ik5UQXcifX0

You need to use the after param, not before.

The reason you’re getting an error is because you’re on the first page of results, and trying to get the results that are before page 1, which doesn’t exist.

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