I'm trying to do a simple get request on MailChimp's API using the 'Ping' feature to test API health and i keep getting an error message stating i've not provided my API key when I have, i tried creating a new API but still have the same issue, please see the action in the image; the response i get is:
Solved! Go to Solution.
Hi,
I think the problem is with the headers you are using.
I looked at https://mailchimp.com/developer/marketing/docs/fundamentals/#connecting-to-the-api
So I think you should change the header "apiKey" to "Authorization" and then in the value field put "Bearer <yourkey>"
Or as the mailchimp allows the http basic authentication you enable that under the "show advanced options" then set the username to "anystring" and password to your apiKey
Hi,
I think the problem is with the headers you are using.
I looked at https://mailchimp.com/developer/marketing/docs/fundamentals/#connecting-to-the-api
So I think you should change the header "apiKey" to "Authorization" and then in the value field put "Bearer <yourkey>"
Or as the mailchimp allows the http basic authentication you enable that under the "show advanced options" then set the username to "anystring" and password to your apiKey
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.