Skip to main content
PATCH
Update a contact

Authorizations

Authorization
string
header
required

An API key from Settings > API keys. Scopes: business:read, business:write, calls:read, contacts:read, contacts:write, appointments:read, appointments:write, messages:read, knowledge:write, webhooks:manage.

Path Parameters

contact_id
string<uuid>
required

The contact id.

Body

application/json
name
string | null
Required string length: 1 - 200
phone
string

Phone number in E.164 format.

Pattern: ^\+[1-9]\d{6,14}$
email
string<email> | null
Maximum string length: 320
locale
enum<string> | null
Available options:
en,
fr
timezone
string | null
Required string length: 1 - 80

Response

OK

data
object
required