Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer token: a Platform API Key (format: ak_live::) or a Personal Access Token (format: rgo-...). PATs always act as the token owner.

Path Parameters

id
string
required

Body

application/json
firstName
string
Maximum string length: 255
lastName
string
Maximum string length: 255
phoneNumber
string
Maximum string length: 64
language
string

ISO 639-1, e.g. "de".

Maximum string length: 8
address
object
notes
string
title
string

The attributes the assistant researches, and a person corrects.

Editable here so an accepted suggestion becomes a value somebody owns rather than a ledger row they can only accept or dismiss. Once a person edits one, RecordFactService treats it as human-owned and stops overwriting it.

employer
string
seniority
string
function
string
location
string
tags
string[]
accountOwnerId
string
contactCompanyId
string<uuid>
crmCompanyId
string<uuid> | null

Nullable on purpose: the client clears a contact's company by sending null, so @IsUUID alone would reject the only way to unset it.

additionalData
object

Partial map of custom data field values to merge into the contact's additionalData. Set a value to null to remove the key.

email
string<email>

Response