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
Example response
{
"success": true,
"website": {
"domain": "mail.example.com",
"status": "pending"
}
}