curl --request GET \
--url https://api.hubapi.com/deals/v1/deal/{dealId}{
"portalId": 123,
"dealId": 123,
"isDeleted": true,
"associations": {},
"properties": {}
}curl --request GET \
--url https://api.hubapi.com/deals/v1/deal/{dealId}{
"portalId": 123,
"dealId": 123,
"isDeleted": true,
"associations": {},
"properties": {}
}Scope requirements
Unique identifier for a particular deal.
By default, you will only get data for the most recent version of a property in the "versions" data. If you include this parameter, you will get data for all previous versions.
Was this page helpful?