DMARC Autopilot API

Programmatic email authentication scanning via RapidAPI.

Endpoint

GET /api/v1/scan/{domain}

Authentication

Requests must include the X-RapidAPI-Proxy-Secret header. This is automatically set by RapidAPI when routing through their marketplace.

Response Format

{
  "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

Rate limits are managed by RapidAPI. See the marketplace listing for current plan limits.

Get access on RapidAPI

Subscribe to DMARC Autopilot on RapidAPI to get your API key and start scanning domains programmatically.