ZITADEL Docs
APIsCore ResourcesV1Instance Objects

GetLabelPolicy

GET
/policies/label

Response Body

application/json

application/json

curl -X GET "https://loading/policies/label"
{
  "policy": {
    "details": {
      "sequence": 0,
      "creationDate": "1s",
      "changeDate": "1s",
      "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"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?