Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to Mailchimp for email marketing campaigns, audience management, and subscriber data.| Property | Value |
|---|---|
| Provider ID | mailchimp |
| Category | Marketing |
| PKCE | Not supported |
| Token refresh | Not supported (permanent tokens) |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Mailchimp OAuth App
Go to the Mailchimp OAuth2 page
Navigate to admin.mailchimp.com/account/oauth2 and sign in.
Register a new application
Click Register App and fill in the application name, description, and website URL.
Configure the redirect URI
Enter the Alter callback URL from the Developer Portal as the Redirect URI.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Mailchimp Client ID
- Client Secret: Paste your Mailchimp Client Secret
Notes
- Mailchimp issues permanent (non-expiring) access tokens. There is no refresh token flow.
- No scope selection is required — the token grants access to all Mailchimp API endpoints for the authenticated user.
- Mailchimp uses a data center suffix in API URLs (e.g.,
us1). The API base URL is returned in the metadata endpoint after authorization. - See the Mailchimp OAuth2 guide for more details.