PATCH
/
api
/
v1
/
accounts
/
{account_id}
/
contacts
/
{contact_id}
Update Contact
curl --request PATCH \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/contacts/{contact_id}

Parameters

account_id
string
account_id: The ID of the account to get contacts.
contact_id
string
contact_id: The ID of the contact to update.