Hello, I'm doing automation to create new companies from data in a spreadsheet, this spreadsheet has 3,000 records, I can make requests to the company creation API, but when it reaches 250 companies created, I can't add more. As I upload more company data when this limit is reached, the system deletes old companies and replaces them with new ones that I add.
I would like to know if the system actually limits the number of companies to be created via API?
Hi @Jaycee_Lewis , I finally figured out where the problem was. I was using an API that only returned a limit of 250 records. I researched more and discovered another API that provides the "offset" parameter that allows me to view all companies created, thank you very much for your attention and willingness to respond to me