Skip to main content
POST
Add deal to contact

Authorizations

X-API-Key
string
header
required

API key (sk_xxx) from Developer Settings. No X-Account-ID needed.

Headers

x-account-id
string | null

Path Parameters

contact_id
string<uuid>
required

Body

application/json

Schema for adding a person to a deal

person_id
string<uuid>
required
role
string | null
is_primary
boolean
default:false

Response

Successful Response

Schema for deal-people link response

id
string<uuid>
required
deal_id
string<uuid>
required
person_id
string<uuid>
required
created_at
string<date-time>
required
role
string | null
is_primary
boolean
default:false
created_by
string<uuid> | null