APIs & Integrations

reneed
Member

Get all contacts who are customers with deals won

I’m new to hubspot, I need to get all contacts who are customers with deals won. Any suggestions on how to do this(excluding workflows)?

0 Upvotes
1 Reply 1
3PETE
HubSpot Employee
HubSpot Employee

Get all contacts who are customers with deals won

@reneed I would use the get All Deal endpoint:

Get all deals

GET /deals/v1/deal/paged - Get all deals in a portal.

Here you can loop through your deals and for those that are closed wne you can grab the associated VIDs to the deal.