Skip to main content
PATCH
Update a contact

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as: Authorization: Bearer <your-api-key>

Path Parameters

contact_list_id
integer
required
contact_id
integer
required

Body

application/json

All fields are optional. Only provided fields will be updated.

name
string

Contact's full name.

Maximum string length: 255
phone_number
string

Primary phone number.

phone_number_2
string

Secondary phone number.

phone_number_3
string

Tertiary phone number.

contact_info
object

Arbitrary JSON metadata. Pass null to clear.

Response

Updated contact

id
integer

Unique identifier.

name
string

Contact's name.

phone_number
string

Primary phone number.

phone_number_2
string

Secondary phone number.

phone_number_3
string

Tertiary phone number.

contact_info
object

Custom metadata JSON.

contact_list_id
integer

ID of the parent contact list.

created_at
string<date-time>
updated_at
string<date-time>