Skip to main content
POST
Trigger a verification check for the tenant's email domain
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /tenant/email-domain/verify Description: Re-checks DNS record status with the email sending provider and updates the stored verification state. If still pending, a follow-up check is queued automatically. Authorization:
  • Required role: owner only
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Verification check completed (domain may still be pending)

status
string
Example:

"success"

message
string
Example:

"Verification in progress. DNS records may take time to propagate."

data
object