v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Deals

Get deals by ids

Retrieves multiple deals in a single request.

get/v1/deals/ids={ids}

Path parameters

idsstring required

Comma-separated resource ids.

Response

The matching deals.

Example response

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