v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Deals

List deals for a company

Returns deals associated with a company.

get/v1/companies/{id}/deals

Path parameters

idstring required

The company id.

Query parameters

pageinteger

Page number, starting at 1 (max 100).

limitinteger

Items per page (1 to 1000).

Response

Deals for the company.

Example response

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