---
title: "Get Configuration settings"
method: GET
path: "/configuration"
tags: ["Standard"]
---

# Get Configuration settings

`GET /configuration`

Gets the configuration's settings for the account.

## Headers

- `TR_ID` string
- `x-lc-signature` string

## Response `200`

Will return the complete set of the latest configurations. Exceptions are the secrets, that should be returned as a string of "*" characters.

- ConfigurationSettingsResult
  - `items` ConfigurationValue[]
    - `id` string, required — The configuration property ID as defined in the descriptor.
    - `value` union
      - string
      - number
      - integer
      - boolean
  - `itemCount` integer — The total number of config values available.

## Other responses

- `401` — Signature validation failed.

## Changes

- **2026-01-27** (v1) `9d9d8922a0ce` — 2 info
  - the endpoint scheme security `LanguageCloudJWSToken` was removed from the API
  - added the new optional `header` request parameter `x-lc-signature`

[Change history](https://skmtc.dev/rws/apis/app-api/changes/configuration/get.md)

---

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