v1
latestOpenAPI 3.1.02026-07-221206394.4 KBDeals
Get a deal by external id
Retrieves a deal using your own external identifier.
get/v1/deals/externalId={externalId}
Path parameters
externalIdstring required
The external id.
Response
A deal.
Example response
{
"data": {
"id": "665f1c2a9b1e4a0012a3b4c5",
"name": "Project Atlas",
"status": "ACTIVE",
"stage": "DUE_DILIGENCE",
"acquisitionType": "platform"
}
}