Passer au contenu principal
GET
/
deals
/
v1
/
deal
/
{dealId}
Get a deal
curl --request GET \
  --url https://api.hubapi.com/deals/v1/deal/{dealId}
{
  "portalId": 123,
  "dealId": 123,
  "isDeleted": true,
  "associations": {},
  "properties": {}
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Paramètres de chemin

dealId
string
requis

Unique identifier for a particular deal.

Paramètres de requête

includePropertyVersions
boolean

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.

Réponse

200 - application/json

Successful response - Deal information retrieved successfully

portalId
integer
dealId
integer
isDeleted
boolean
associations
object
properties
object
Last modified on April 2, 2026