v101

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-08235133843.7 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. This does not by itself mean the home transport is ready.

readyToSendboolean

Whether DNS and the selected home transport are both ready.

messagestring
discardedboolean

Example response

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