v17

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-173538121.5 KB
Contacts

Update a contact

patch/v1/contact-lists/{contact_list_id}/contacts/{contact_id}

Path parameters

contact_list_idinteger required
contact_idinteger required

Request body

namestring

Contact's full name.

phone_numberstring

Primary phone number.

phone_number_2string

Secondary phone number.

phone_number_3string

Tertiary phone number.

contact_infoobject

Arbitrary JSON metadata. Pass null to clear.

Response

Updated contact

idinteger

Unique identifier.

namestring

Contact's name.

phone_numberstring

Primary phone number.

phone_number_2string

Secondary phone number.

phone_number_3string

Tertiary phone number.

contact_infoobject

Custom metadata JSON.

contact_list_idinteger

ID of the parent contact list.

created_atstring date-time
updated_atstring date-time