Skip to main content
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. Returns data: null if no domain has been configured yet. Authorization:
  • Required role: admin or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

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

Response

Email domain retrieved (or null if none configured)

status
string
Example:

"success"

message
string
data
object | null

Null when no email domain is configured for the tenant yet.