v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
System Configuration

Getting the title and description configured for the login page

(introduced: version 2026.1)

If no title or description has been configured for the login page, this endpoint will return a 404. Once a configuration is set, this endpoint will return the custom title and/or description that has been configured for the login page.

get/v1/config/login-appearance

Response

OK

keystring required

The type of system configuration.

setAtstring required

ISO date format. The last time this system configuration was set.

Example response

{
  "key": "login-appearance",
  "setAt": "2018-01-06T00:32:52.787Z",
  "value": {
    "title": "Better Data, Better Cocoa"
  }
}