Programmatic email authentication scanning via RapidAPI.
GET /api/v1/scan/{domain}Requests must include the X-RapidAPI-Proxy-Secret header. This is automatically set by RapidAPI when routing through their marketplace.
{
"domain": "example.com",
"score": 75,
"checks": {
"spf": {
"status": "pass",
"recordFound": true,
"explanation": "...",
"fixRecommendation": "...",
"dnsRecord": "v=spf1 include:_spf.google.com ~all"
},
"dkim": { ... },
"dmarc": { ... },
"mx": { ... }
},
"scannedAt": "2024-01-15T10:30:00.000Z"
}Rate limits are managed by RapidAPI. See the marketplace listing for current plan limits.
Subscribe to DMARC Autopilot on RapidAPI to get your API key and start scanning domains programmatically.