Skip to main content
PATCH

Authorizations

Authorization
string
header
required

Pass API key as Authorization: Bearer <api_key>.

Path Parameters

contact_id
string
required

Contact ID returned by GET /v1/contacts.

Pattern: ^[1-9][0-9]*$

Body

application/json

Contact update payload. Known system keys are documented below. Any additional top-level key is treated as a registered custom field key.

account_id
string

LinkedIn account ID returned by GET /v1/accounts. Required when the contact exists under multiple LinkedIn accounts.

Pattern: ^[1-9][0-9]*$
tags
object

Use set for exact replacement, or add/remove for incremental updates. set cannot be combined with add or remove.

notes_json
string | null

Text to store as notes. Use null or an empty string to clear notes.

{key}

Value for a registered custom field key. Use null to clear. Date fields must use YYYY-MM-DD strings.

Response

Contact updated.

data
object
required