get_verified_domain
Retrieve the verification and authentication status for a specific sending domain. Check if a domain is verified and authenticated before sending 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.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: domain_name: The sending domain to inspect (e.g. 'mail.example.com'). Obtain from list_verified_domains. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
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 |