Skip to main content
POST
Create Deal

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspace_id
string<uuid>
required

Body

application/json
name
string | null
amount
string | null
close_date
string | null
deal_description
string | null
owner
string | null
deal_stage
string | null
deal_probability
string | null
associations
DealAssociation · object[] | null

Response

Successful Response

id
string
required
name
string | null
amount
string | null
close_date
string | null
deal_description
string | null
owner
string | null
deal_stage
string | null
deal_probability
string | null