Hello,
My goal is to get deals data from Hubspot Account through API’s.
Created Private App in Hubspot Account, Generated Access Token
Below is the link used to retrieve the data.
GET https://api.hubapi.com/crm/v3/objects/deals?limit=200&archived=false’
I have 2 issues here;
1.Can retrieve only 100 records at a time. We have 600 records. Not able to retrieve all the records.
2.How can I retreive the Deals data for a specific pipeline?
Any inputs on this is highly appreciated.