Email Domains
Verify an email domain
Re-check the domain's published DNS records and refresh its status.
post/v1/email-domains/{domainId}/verify
Path parameters
domainIdstring required
Response
Verification re-checked.
Example response
{
"domain": {
"id": "emd_abc123",
"domain": "example.com",
"status": "pending",
"dkimStatus": "not_started",
"dnsRecords": [
{
"type": "CNAME"
}
]
}
}