GET
/
api
/
v1
/
accounts
/
{account_id}
/
campaigns
/
{campaign_id}
Show Campaigns
curl --request GET \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/campaigns/{campaign_id}

Parameters

account_id
string
account_id: The ID of the account to show campaigns.
campaign_id
string
campaign_id: The ID of the campaign to show.