Skip to main content
PATCH
Update a Nucleus contact

Authorizations

Authorization
string
header
required

A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

Body

application/json

Partial update payload. The target contact ID is passed in the JSON body, not the URL path.

contactId
string<uuid>
required
name
string
Minimum string length: 1
email
string<email> | null
phone
string | null
company
string | null
role
string | null
notes
string | null
relationshipType
enum<string> | null
Available options:
client,
prospect,
partner,
referral,
null

Response

Contact updated

id
string<uuid>
required
name
string
required
createdAt
string<date-time>
required
email
string<email> | null
phone
string | null
company
string | null
role
string | null
notes
string | null
relationshipType
enum<string> | null
Available options:
client,
prospect,
partner,
referral
lastInteractionAt
string<date-time> | null