White Labels
White Labels
White-label configuration for multi-product support.
Get current white-label configuration
GET
/white-labels/currentReturns 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.
Response
Returns
slugstring
namestring
hidden_featuresarray of strings
{
"slug": "string",
"name": "string",
"hidden_features": [
"string"
]
}