---
title: "Public Reseller Homepage"
method: GET
path: "/_reseller_brand"
tags: ["reseller"]
---

# Public Reseller Homepage

`GET /_reseller_brand`

公开 homepage 渲染入口 — Caddy region catch-all reverse_proxy 命中此路由。

Reseller 识别：?domain → X-Forwarded-Host → Host
语言：reseller.region 决定可用集合（asia=zh / us=en / eu=en+ru），
      ?lang 必须在集合内才生效，否则用集合的第一个（默认）。

## Query parameters

- `domain` string, nullable
- `lang` string, nullable

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qcode/apis/qcode-web.md) · [All operations](https://skmtc.dev/qcode/apis/qcode-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qcode/qcode-web/revisions/2f2f5f49ffc7/schema)
