16ad4f8e3d97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-10244143882.9 KB
Websites

Verify sending domain

Runs a fresh DNS and provider verification and returns normalized aggregate, SPF, DKIM, and MAIL FROM status and diagnostics.

post/websites/{domain}/verify

Path parameters

domainstring required

Configured sending domain

Response

Verification completed

successboolean
verifiedboolean

Fresh DNS verification verdict. Correct DNS alone does not mean the domain can send yet.

readyToSendboolean

Whether the domain is fully ready to send (DNS verified and activation finished).

messagestring
discardedboolean

Example response

{
  "success": true,
  "website": {
    "domain": "mail.example.com",
    "status": "pending"
  }
}