GET
/
auth
/
v1
/
white_labeling
curl --request GET \
  --url https://api.carbon.ai/auth/v1/white_labeling \
  --header 'authorization: <api-key>'
{
  "remove_branding": true,
  "integrations": {},
  "custom_limits": {},
  "connector_settings": {}
}

Authorizations

authorization
string
header
required

token <token>, corresponds to temporary access tokens.

Response

200 - application/json
Successful Response
remove_branding
boolean
required
integrations
object
required
custom_limits
object
required
connector_settings
object