Get the tenant's email sending domain configuration
White Label
Get the tenant's email sending domain configuration
GET /tenant/email-domain
GET
Get the tenant's email sending domain configuration
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /tenant/email-domain Description: Returns the tenant’s configured email sending domain, its DNS records, and verification status. Returnsdata: null if no
domain has been configured yet.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"