---
title: "get site info theme config"
method: GET
path: "/answer/admin/api/siteinfo/theme"
tags: ["admin"]
---

# get site info theme config

`GET /answer/admin/api/siteinfo/theme`

get site info theme config

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
    - `color_scheme` string
    - `layout` string
    - `theme` string
    - `theme_config` object
    - `theme_options` SchemaThemeOption[]
      - `label` string
      - `value` string
  - `msg` string — response message
  - `reason` string — reason key

---

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