Best Practices for Optimizing API Requests and Pagination
Hi everybody how are you? I would be grateful if you could help me with some questions, I will explain my case. I'm trying to extract information from the clay API, and it works perfect. I define the limit as 200 (since I understand that it is the maximum number of records per page that I should call) and I do a paging process on each endpoint of interest. I extract information from accounting entries, tax documents, chart of accounts, etc. The problem is that by doing this automatically, and having this extraction run automatically, it tells me that I exceed the number of requests to the API. Therefore, ask; What is the maximum number of requests? Is there any way to improve that pagination to reduce my requests?