I can't find out how to get the body of a campaign in the new v3.0 API of MailChimp. I successfully used the /3.0/campaigns
call to get the title, but I can't frigging get the email content!! Even /3.0/campaigns/single_campaign_id
gives me all the useless info except the email content... How can I solve this?
I tried the old version (/campaigns/content.format), but even though I added "apikey MYAPIKEY" in the header I keep getting the "You must specify a apikey value"
error. I'm so frustrated.
Am I blind or isn't there a way to extract a campaign html/plain text body in v3.0?