python-mailsnake icon indicating copy to clipboard operation
python-mailsnake copied to clipboard

Mailchimp has shut down API 1.1, 1.2, and 1.3 as of April 2, 2019.

Open teewuane opened this issue 6 years ago • 1 comments
trafficstars

I was pulling my hair out getting a response that looked like this.

HTTPRequestException: {"url": "https://us8.api.mailchimp.com/1.3/?method=ping", "status_code": 410, "reason": "Gone"}

I finally dug in and learned that they shutdown the api that is in use.

https://developer.mailchimp.com

This isn't so much an issue but something that would be nice to see on the README file for this project :)

teewuane avatar Apr 26 '19 17:04 teewuane

True dat, just found out now. Thanks for posting the update!

Gesias avatar Oct 28 '19 14:10 Gesias