White Labeling - API Documentation
Enterprise
This feature is part of Countly Enterprise. To get access, contact sales or compare versions. Existing customers can reach the support portal with questions.
Overview
White Labeling customizes Countly branding (logos, colors, favicon, and selected email identity settings).
Quick Links
Configuration & Settings
Configured with plugins.setConfigs("white-labeling", ...):
prelogo,stopleftlogo,faviconprebcolor,preb_text_color,smenucolorstitle,footerLabelemailFrom,emailCompany,newsletter
Notes
- Image payloads are stored as data URIs in GridFS.
- Upload endpoint enforces 1.5 MB file size limit.
Implementation details
Database Collections
| Collection | Purpose |
|---|---|
countly_fs.white-labeling.files | GridFS metadata for branding assets |
countly_fs.white-labeling.chunks | GridFS binary chunks for branding assets |