Skip to main content
PATCH
Update a contact

Authorizations

Authorization
string
header
required

Your workspace API key, created in Settings → API keys, sent as Authorization: Bearer <key>. New keys start with watx_live_; keys issued before the rename start with converse360_live_ and still work.

Path Parameters

id
string<uuid>
required

The contact id.

Body

application/json

Only the fields present are changed.

name
string | null
email
string | null
company
string | null
tags
string[]

Replaces the contact's tags with exactly this list.

Response

The updated contact.

data
object