Limit=0 - ActiveCampaign v3 api

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

Limit=0 will not return all the results in one call. You will need to use pagination over multiple calls to retrieve all the results. Hope this helps!