---
title: "Gets the initial startup wizard configuration."
method: GET
path: "/Startup/Configuration"
tags: ["Startup"]
---

# Gets the initial startup wizard configuration.

`GET /Startup/Configuration`

## Response `200`

Initial startup wizard configuration retrieved.

- StartupConfigurationDto — The startup configuration DTO.
  - `UICulture` string, nullable — Gets or sets UI language culture.
  - `MetadataCountryCode` string, nullable — Gets or sets the metadata country code.
  - `PreferredMetadataLanguage` string, nullable — Gets or sets the preferred language for the metadata.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
