GET
/
api
/
v1
/
accounts
/
{account_id}
/
portals
/
{portal_slug}
/
categories
curl --request GET \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/portals/{portal_slug}/categories

Parameters

account_id
string

account_id: The ID of the account to get all categories for.

portal_slug
string

portal_slug: The slug of the portal to get all categories for.