Skip to main content
PATCH
Patch a CRM company
Partially updates a CRM company record. Only fields you include in the request body are changed — omitted fields keep their current values. To update individual social links without overwriting the others, include only the keys you want to change inside socials:
This updates linkedin only. twitter, facebook, and instagram are unchanged.

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the company record to update.

Body

application/json
name
string
domain
string | null
description
string | null
websiteUrl
string | null
primaryLocation
string | null
socials
object

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

company
object

A CRM company record.

Last modified on June 11, 2026