v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-273246117.6 KB
CRM

Create opportunity

Creates an opportunity in a pipeline and resolves related account, primary contact, additional contacts, owner, and stage from the supplied identifiers.

post/v1/opportunities

Request body

pipeline_idstring uuid required

Target pipeline ID.

Example request

{
  "pipeline_id": "018f13b3-8239-7ef8-a8f1-93ad10b76110",
  "related_objects": {
    "account_domain": "acme.com"
  }
}

Response

Opportunity was created.

successboolean
messagestring
{"stackTrail":"components:schemas:ApiResponse:properties:data","oasType":"schema","type":"unknown","description":"Endpoint-specific response payload."}

Example response

{
  "success": true
}