Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid MailChimp API Key in Mailchimp Export API

I have everything ok in the Mailchimp account but still facing the following problem -

Type the URL - http://us1.api.mailchimp.com/export/1.0/list/?apikey=mykey-us6&id=myid

Output - {"error":"Invalid MailChimp API Key: mykey","code":104}

like image 694
Narottam Das Avatar asked Jan 10 '15 10:01

Narottam Das


Video Answer


1 Answers

This error occurs if you don't use the correct URL.

If your API key ends with "us9" the URL to be called is "http://us9.api.mailchimp.com/export/1.0/list/?apikey=yourkey-us6&id=yourid"

If the URL you have added in the question to work, you should add an API key ending "us1"

like image 192
Sampath W Avatar answered Nov 16 '22 00:11

Sampath W