Hello,
I am using the ActiveCampaign v3 api and I want to get all the contacts.
The documentation recommends paging the results using multiple calls and the use of limit and offset. They recommend that the limit value be between 1 and 100.
What if i use limit = 0 and thus get all the results in one call?
Thank you very much