Hello,
I am trying to use our 'Find People' API in Clay (using the HTTP API module).
Our API delivers search results with a pagination system. Each page has up to 200 results.
When I do the first query, I receive the results on page 1, and a pagination token. This pagination token is used to fetch the second page. Each page provides the token that is necessary to fetch the next page.
Is it possible to implement this system with the HTTP API module in Clay?