Deals

Get a deal

Retrieves a single deal by id.

get/v1/deals/{id}

Response

A deal.

Example response

{
  "data": {
    "id": "665f1c2a9b1e4a0012a3b4c5",
    "name": "Project Atlas",
    "status": "ACTIVE",
    "stage": "DUE_DILIGENCE",
    "acquisitionType": "platform"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.