DKIM, SPF & Domain Lockdown Check
Validates a domain’s email authentication setup by retrieving its DKIM, SPF, and Domain Lockdown status. This endpoint checks whether the domain is properly configured for secure email delivery.
Headers
Body
Domain used for sending emails. If dkim_settings are not provided, or dkim_settings are provided with no dkim_domain, the stored dkim settings for this domain will be used.
Each item may include DKIM domain, selector and private key. Up to 10 items are allowed. The absence or presence of these fields affects how DKIM settings are validated:
- If dkim_domain, dkim_selector, and dkim_private_key are all present, verify using the provided domain, selector, and key.
- If dkim_domain and dkim_selector are present, use the stored private key for the given domain and selector.
- If only dkim_domain is present, use all stored keys for the given domain.
- If none are present, use all stored keys for the domain provided in the
domainfield of the request. - If dkim_private_key is present, dkim_selector must be present.
- If dkim_selector is present and dkim_domain is not, the domain will be taken from the
domainfield of the request.
10Used exclusively for Domain Lockdown verification.
If you're not using senderid to associate your domain with your account, you can disregard this field.
The corresponding value is included in the X-MailChannels-SenderId header of emails sent via MailChannels.

