Verify Email Domain
BetaPOST
/v1/messaging/email-domains/{id}/actions/verifyIdempotent with Idempotency-Key header. Learn more
Re-polls the provider and flips the domain to verified once its DKIM records are confirmed.
Returns the updated domain (still pending if not yet confirmed).
Permissions requiredValues:messaging:update
The role behind your API key or agent must grant every one of these permissions.
idstringEmail domain ID.
idstringEmail domain ID.
objectstringenumValues:email_domainResource type identifier.
domainstringThe fully-qualified domain name (e.g. support.acme.com).
statusstringVerification status.
pending: registered and awaiting DKIM confirmation.verified: DKIM confirmed; the domain can send and receive mail.failed: verification could not be completed.
dkim_tokensarray of stringThe DKIM CNAME tokens the customer must publish in DNS to verify the domain.
verified_atstring (date-time)nullableWhen the domain's DKIM verification was confirmed.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
200
Successful response for Verify Email Domain