But we have more than 100 contacts but when I try to increase this limit I don't call any contacts (I assume due to the limit of 100/10 seconds) (HTTP/1.1 400 Bad Request)
So what do I need to change in my URL or workflow to call the second page of contacts as opposed to the first page again?
This GET request returns you a JSON object including the paging details : {paging.next.after} So, you have to include in your link : &after={paging.next.after} Here is the documentation link for contacts : https://developers.hubspot.com/docs/api/crm/contacts (select Endpoints tab)
This GET request returns you a JSON object including the paging details : {paging.next.after} So, you have to include in your link : &after={paging.next.after} Here is the documentation link for contacts : https://developers.hubspot.com/docs/api/crm/contacts (select Endpoints tab)