---
title: "Provides the value of a config option"
method: GET
path: "/config/hidden/{section}/{key}"
tags: ["config"]
---

# Provides the value of a config option

`GET /config/hidden/{section}/{key}`

## Response `200`

successful operation

- union
  - HiddenConfig
  - ConfigSection
  - string

## Other responses

- `403` — Not allowed
- `404` — Config option does not exist

## Changes

- **2020-04-14** `6858c68bfb26` — 2 breaking, 2 warning, 1 info
  - added `#/components/schemas/ConfigOptionValue` to the response body `oneOf` list for the response status `200`
  - the `oneOf[#/components/schemas/HiddenConfig]/` response's property type/format changed from `array`/`` to `object`/`` for status `200`
  - removed the optional property `oneOf[#/components/schemas/ConfigSection]/name` from the response with the `200` status
  - removed the optional property `oneOf[#/components/schemas/ConfigSection]/options` from the response with the `200` status
  - …1 more
- **2019-03-13** `aecc89967ad7` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2019-03-11** `34ea2d138368` — 1 info
  - endpoint added
- **2019-03-07** `2d2cec576ebd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cometvisu/apis/cometvisu-manager-backend/changes/config/hidden/:section/:key/get.md)

---

[API](https://skmtc.dev/cometvisu/apis/cometvisu-manager-backend.md) · [All operations](https://skmtc.dev/cometvisu/apis/cometvisu-manager-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cometvisu/cometvisu-manager-backend/revisions/d5cd7c188244/schema)
