ZITADEL Docs
APIsCore ResourcesV2Settings

GetGeneralSettings

Get General Settings

Get basic information of the instance like the default organization, default language and supported languages.

Required permissions:

  • policy.read
GET
/v2/settings

Response Body

application/json

application/json

curl -X GET "https://loading/v2/settings"
{
  "defaultOrgId": "string",
  "defaultLanguage": "string",
  "supportedLanguages": [
    "string"
  ],
  "defaultOrganizationId": "string"
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?