MailChimp无法通过邮递员中的CURL获取模板信息

时间:2020-08-06 05:11:59

标签: mailchimp

我正在关注

https://mailchimp.com/developer/api/marketing/templates/get-template-info

curl -X GET \
  'https://server.api.mailchimp.com/3.0/templates/{template_id}?fields=<SOME_ARRAY_VALUE>&exclude_fields=<SOME_ARRAY_VALUE>' \
  -H 'authorization: Basic <USERNAME:PASSWORD>'

在POSTMAN中

我正在设置

获取https://server.api.mailchimp.com/3.0/templates/XXXXX

以及授权。

enter image description here

它没有给出任何回应。

enter image description here

0 个答案:

没有答案