Skip to main content
GET
/
api
/
v1
/
accounts
/
{account_id}
/
contacts
/
{contact_id}
/
conversations
Get Contact Conversations
curl --request GET \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/contacts/{contact_id}/conversations

Documentation Index

Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

account_id
string
account_id: The ID of the account to list contacts.
contact_id
string
contact_id: The ID of the contact to conversations from.