Trigger a verification check for the tenant's email domain
White Label
Trigger a verification check for the tenant's email domain
POST /tenant/email-domain/verify
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:
owneronly
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"