APIs & Integrations

Chewie
Participant

Deal api - deleted flag

SOLVE

Hi

 

Is it possible through the deal api or associated api to tell if a deal is now in the recycled bin?

Many thanks

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Deal api - deleted flag

SOLVE

Hello @Chewie 

Add &archived=true to your call

Example: https://api.hubapi.com/crm/v3/objects/deals?hapikey=xxxx&archived=true

You will see only archived deals

View solution in original post

0 Upvotes
1 Reply 1
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Deal api - deleted flag

SOLVE

Hello @Chewie 

Add &archived=true to your call

Example: https://api.hubapi.com/crm/v3/objects/deals?hapikey=xxxx&archived=true

You will see only archived deals

0 Upvotes