Skip to main content
GET
/
cabinet
/
admin
/
apps
Get App Config
curl --request GET \
  --url http://localhost:8080/cabinet/admin/apps
{
  "config": {
    "additionalLocales": [
      "<string>"
    ],
    "branding": {
      "name": "<string>",
      "logoUrl": "<string>",
      "supportUrl": "<string>"
    }
  },
  "platforms": {}
}

Response

200 - application/json

Successful Response

Full app config response.

config
AppConfigConfig · object
required

Top-level config section.

platforms
Platforms · object
required