Skip to main content

List Contacts

GET /v1/sales/contacts Query Parameters

Get a Contact

GET /v1/sales/contacts/{id}

Create a Contact

POST /v1/sales/contacts
Response201 Created

Update a Contact

PATCH /v1/sales/contacts/{id}

Merge Duplicates

POST /v1/sales/contacts/merge Merge two contact records, keeping one as the canonical record:
All deals, activities, and linked resources attached to the duplicate are re-associated with the primary contact. The duplicate is then archived.

Delete a Contact

DELETE /v1/sales/contacts/{id} Soft-deletes the contact. Pass ?hard=true for permanent deletion.