Skip to content

White Labels

White Labels

White-label configuration for multi-product support.

Get current white-label configuration

GET/white-labels/current

Returns the white-label configuration for the current domain. Uses the Origin or Referer header to detect the domain. This is used by the web app to determine which features to enable/disable.

Returns

slugstring
namestring
hidden_featuresarray of strings
json
{
  "slug": "string",
  "name": "string",
  "hidden_features": [
    "string"
  ]
}