Branding & Settings
BrandBuzz Admin v1.0
App Branding
API Response Preview

The Flutter app fetches dynamic config from this endpoint on startup:

GET https://appconfig.databridgecrm.com/api/app-config
Open API JSON
RESPONSE STRUCTURE
{
      "success": true,
      "data": {
        "branding": { "appName", "whatsappUrl", ... },
        "sidebar":  [ { "title", "items": [...] } ],
        "quickActions": [ { "label", "icon", ... } ],
        "ads": { "page": { "slot": [...] } },
        "slider": [ { "imageUrl", "title" } ]
      }
    }