【问题标题】:Mailchimp rest apiMailchimp 休息 api
【发布时间】:2015-01-10 18:36:30
【问题描述】:

我已经开始使用 MailChimp 的 API。 我尝试使用休息呼叫连接到他们的服务器 基于我在某处找到的示例代码:

http://api.mailchimp.com/1.3/?output=json&method=campaignTemplateContent&apikey=MyKey-us2&cid=myId

不幸的是,我不断收到此错误:

{"error":"Invalid Mailchimp API Key: **MyKey**-us2 . You are accessing the wrong datacenter - your client library may not properly support our datacenter mapping scheme.","code":104}

我找不到在 MailChimp 的 rest api 上工作的任何其他代码示例。 我在这里做错了什么?代码示例在哪里?

谢谢

【问题讨论】:

标签: rest mailchimp


【解决方案1】:

您的网址不正确。您应该点击 http://us2.api.mailchimp.com 而不是您正在使用的那个。

【讨论】:

    猜你喜欢
    • 2014-10-30
    • 2014-11-09
    • 2014-10-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多