API Reference
Deals API
Track opportunities through custom pipeline stages with forecasting.
Endpoints
GET
/dealsList all dealsPOST
/dealsCreate a dealGET
/deals/{id}Get deal detailsPUT
/deals/{id}Update dealPOST
/deals/{id}/moveMove to stageCreate Deal
Request
POST /crm/v1/deals
Content-Type: application/json
{
"name": "Enterprise Contract - Acme Corp",
"value": 125000,
"currency": "USD",
"stage_id": "stage_proposal",
"contact_id": "contact_abc123",
"company_id": "company_xyz",
"probability": 60,
"expected_close_date": "2025-01-15",
"owner_id": "user_123"
}