← Catalog

email.domain_health

live

MX, SPF, DKIM and DMARC check for a sending domain, with the issues to fix before an outbound campaign. Run by RouterGrowth directly.

live coverage

RouterGrowth: all inputs ✓

✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.

Providers

ProviderStatus
RouterGrowth live

Billing

Unit: per_lookup · unmatched results billed: no

The exact price is returned by /v1/inspect before every call and reserved on execution.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "email.domain_health",
    "input": { "domain": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "domain": {
      "type": "string"
    }
  },
  "required": [
    "domain"
  ],
  "type": "object"
}

Normalized output fields

score · mx · spf · dmarc · dkim · issues · warnings