thank you for swift response! I have native integration but also want to understand how to do it via API.
here’s the json i used to get the 10 result on the image:
{ “results”: [ { “id”: “12345678”, “properties”: { “name”: “Example Company”, “domain”: “example.com”, “industry”: “Technology”, “createdate”: “2023-11-07T05:31:56Z”, “hs_lastmodifieddate”: “2023-11-07T05:31:56Z” }, “createdAt”: “2023-11-07T05:31:56Z”, “updatedAt”: “2023-11-07T05:31:56Z”, “archived”: false } ], “paging”: { “next”: { “after”: “NTI1Cg%3D%3D”, “link”: “?after=NTI1Cg%3D%3D” } } }