Can't paginate using Post HTTP CLIENT Snap
I am trying to paginate using a POST HTTP CLIENT Snap. I don't know how to accomplish this with the information provided in the data returned. I am extracting data from HubSpot using the 'search' endpoint (https://api.hubapi.com/crm/v3/objects/contact/search). The data returned looks like this: "entity":{ "total": 479322 "results":[ { "id":"123","properties":{...},"createdAt":"2022-06-10T05:49:44.061Z","updatedAt":"2024-05-23T11:58:59.795Z","archived":false }..... } ] "paging":{ "next":{ "after": "10" } How do I use this information to configure the snap to paginate? Please Help!Solved6.3KViews1like12Comments