PATCH
/
api
/
v1
/
accounts
/
{account_id}
/
inboxes
/
{inbox_id}
Update Inbox
curl --request PATCH \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/inboxes/{inbox_id}

Parameters

account_id
string
account_id: The ID of the account to get inboxes.
inbox_id
string
inbox_id: The ID of the inbox to update.