BundleUp logo
aa

Mailchimp

An email marketing platform that helps businesses design, send, and track campaigns to engage their audiences.

https://{server}.api.mailchimp.com
Terminal
curl https://proxy.bundleup.io/[...] \
  -H "Authorization: Bearer Zw7Lt7..." \
  -H "BU-Connection-Id: conn_abc123"
Proxy
const bundleup = new BundleUp('Zw7Lt7...');

const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');

Unified MCP Tools

No Unified MCP tools available.

Unified API Endpoints

/me
Retrieve the Mailchimp account this connection is authenticated as. Mailchimp authorizes per account, so this returns the account rather than a user.

Edge Cases & Special Considerations

  • Server Metadata Required: Mailchimp automatically fetches your data center (server) location during connection setup to construct proper API URLs.
  • Dynamic Subdomain: API requests are routed to your specific data center (e.g., us1, us2, eu1) based on your account.

We use cookies to understand how you use our site and to improve your experience. Analytics cookies are only set once you accept. See our Privacy Policy for details.