get_verified_domain
Retrieve the full verification and authentication record for a sending domain to confirm it is ready for Mailchimp campaigns.
Instructions
Retrieve the full verification and authentication record for a single sending domain.
Use when you have a domain name and need its exact verified/authenticated state before sending. Use list_verified_domains to browse all domains and discover names instead.
Args: domain_name: The sending domain to inspect (e.g. 'mail.example.com'). Obtain from list_verified_domains.
Returns: JSON with domain, verified (boolean), authenticated (boolean), verification_status, authentication_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| domain_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |