POST
/
api
/
v1
/
accounts
/
{account_id}
/
contacts
/
{contact_id}
curl --request POST \
  --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 contact.

contact_id
string

contact_id: The ID of the contact to create a note.