Start here
Use the public Deals API to create, update, verify, and delete Deal records.Prepare data
Required fields:- Deal external ID (example:
DEAL-2026-0001) - Deal name (example:
Enterprise expansion) - Optional company or contact reference (
companyExternalId,contactExternalId) - Optional stage or status fields (
status,caseStatus)
Create a Deal
case_id, external_id, status, and ctx_id.Update the Deal
Use the returnedcase_id to update the record.Delete the Deal
Delete the record when it is no longer needed:- List deals:
GET /v1/public/deals - Get one deal:
GET /v1/public/deals/{case_id} - List deal pipelines:
GET /v1/public/deals/pipelines