I have a mailchimp campaign folder Production with 5 campaigns inside
If I call campaign-folders API via playground, it turns out that the campaign count is 5 so all good
Now if I call the campaigns sub-resource via playground, it returned only 3 campaigns
You can see on the console that there are no other filters.
I am also having this issue on my node app w/c calls http GET MAILCHIMP_V3_API_URL/campaigns
w/c also does not return the campaigns that are not showing up on Production campaign folder,
W/c is why I'm trying to do the API call on playground to clear some of my assumptions.
Any ideas why this happen? Will appreciate any help. Thanks!