ZITADEL Docs
APIsCore ResourcesV2Settings

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

curl -X GET "https://loading/v2/settings"
{
  "defaultOrgId": "string",
  "defaultLanguage": "string",
  "supportedLanguages": [
    "string"
  ],
  "defaultOrganizationId": "string",
  "allowedLanguages": [
    "string"
  ]
}

Was this page helpful?