GET
/
api
/
v1
/
accounts
/
{account_id}
/
contacts
/
{contact_id}
/
contactable_inboxes
Get Contact Contactable Inboxes
curl --request GET \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/contacts/{contact_id}/contactable_inboxes

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 get contactable inboxes.