What is your goal?
Hi everyone, I’m currently testing Make’s API and calling the GET /hooks endpoint, which is returning a successful response.
What is the problem & what have you tried?
The issue is that the response seems to be limited to only 50 webhooks, but I need to retrieve all of them. I have tried to increase the limit as well as the offset via /hooks?teamId=*****&limit=1000 but that does not seem to get the job done either..
Error messages or input/output bundles
the reponse keeps holding on this: {“pg”:{“sortBy”:“name”,“limit”:50,“sortDir”:“asc”,“offset”:0,“returnTotalCount”:false}