Artboard
OttoFMS Settings

Get Server Settings

GET
/otto/api/settings

Response Body

application/json

application/json

curl -X GET "https://your.server.net/otto/api/settings"
{
  "response": {
    "auto-register-webhook": true,
    "custom-color": null,
    "theme-color": null,
    "appLogToken": null,
    "debugLogging": false,
    "deleteFMSRemovedFilesAfterXDays": null,
    "environmentTag": null,
    "environmentTagColor": null,
    "maxDeploymentBackups": 3,
    "maxOutboxBuilds": 3,
    "serverNickname": "",
    "sidebarVariant": "color",
    "syncToHostname": false
  },
  "messages": [
    {
      "code": 0,
      "text": "ok"
    }
  ]
}
{
  "response": {},
  "messages": [
    {
      "code": 18011,
      "text": "OttoFMS sample error"
    }
  ]
}