ZITADEL Docs
APIsCore ResourcesV1Organization Objects

GetLabelPolicy

GET
/policies/label

Response Body

application/json

curl -X GET "https://loading/policies/label"
{
  "policy": {
    "details": {
      "sequence": 0,
      "creationDate": "2023-01-15T01:30:15.01Z",
      "changeDate": "2023-01-15T01:30:15.01Z",
      "resourceOwner": "string"
    },
    "primaryColor": "string",
    "isDefault": true,
    "hideLoginNameSuffix": true,
    "warnColor": "string",
    "backgroundColor": "string",
    "fontColor": "string",
    "primaryColorDark": "string",
    "backgroundColorDark": "string",
    "warnColorDark": "string",
    "fontColorDark": "string",
    "disableWatermark": true,
    "logoUrl": "string",
    "iconUrl": "string",
    "logoUrlDark": "string",
    "iconUrlDark": "string",
    "fontUrl": "string",
    "themeMode": "THEME_MODE_UNSPECIFIED"
  },
  "isDefault": true
}

Was this page helpful?