---
title: "Getting the title and description configured for the login page"
method: GET
path: "/v1/config/login-appearance"
tags: ["System Configuration"]
---

# Getting the title and description configured for the login page

`GET /v1/config/login-appearance`

_(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.

## Response `200`

OK

- ConfigLoginAppearance
  - `key` string, required — The type of system configuration.
  - `setAt` string, required — ISO date format. The last time this system configuration was set.
  - `value` ConfigLoginAppearanceValue, required
    - `title` string — A custom title to show on the login page.
    - `description` string — A custom description to show on the login page as a subtitle.

## Other responses

- `404` — Not Found

## Changes

- **2026-04-03** `2aed27d9e013` — 1 info
  - endpoint added
- **2025-03-13** `e8c2858fd4eb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/config/login-appearance/get.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/dc3ccc706398/schema)
