White Label
Update the tenant's email sender configuration and/or branding
PUT /tenant/email-settings
PUT
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
PUT /tenant/email-settings Description: Updatessender (requires a verified email domain; senderEmail
must use that domain) and/or branding. Branding fields
fromName, logoUrl, primaryColor, websiteUrl, and
unsubscribeUrl are rejected unless the tenant has a verified
email domain; replyTo, companyName, companyAddress, and
footerText are always available. Returns the full updated
settings (same shape as GET /tenant/email-settings).
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json