Get last month of Clips

Hey,
I am currently struggeling to get not the last 30 days of clips but all clips of the last month (so all clips made in october for example). The only way I found to do this is to get all clips and then parse them later on but that can’t be the right way can it?

Thanks in advance!

You can use the Clips API to specify a date range.

Best advice is to pull each day (start at 00:00 end at 23:59) so you make up to 31 requests for a given month.

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