list_verified_domains
List all sending domains verified for your Mailchimp account and check each domain's verification and authentication status.
Instructions
List all sending domains verified for use with this Mailchimp account.
Use this to discover which domains are approved as the "from" address on campaigns and to check each domain's verification and authentication state. Use get_verified_domain for the full record of a single domain.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with total_items and domains array. Each domain: domain, verified (boolean), authenticated (boolean), verification_status, authentication_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |