Skip to main content
PATCH
Update a customer

Authorizations

Authorization
string
header
required

The organization API key, sent as Authorization: Bearer <key>.

Path Parameters

customerId
string
required

Body

application/json
city
string | null
contacts
object[]

At least one. The first in the list becomes the primary contact.

Minimum array length: 1
country
string | null
firstName
string | null
lastName
string | null
preferredLanguage
enum<string> | null
Available options:
es,
pt,
en,
null
summary
string | null
tags
string[]

Response

The updated customer.

city
string | null
required
contacts
object[]
required
country
string | null
required
createdAt
string<date-time>
required
displayName
string | null
required

First and last name joined. Null when the person has not said their name yet — an anonymous lead is still a valid lead.

firstName
string | null
required
id
string
required
lastName
string | null
required
preferredLanguage
string | null
required
summary
string | null
required
tags
string[]
required
updatedAt
string<date-time>
required