---
title: "Get app settings"
method: GET
path: "/v1/client/settings"
tags: ["Internal"]
---

# Get app settings

`GET /v1/client/settings`

Get App Settings returns the settings of the app. This is deprecated, please use `/v1/client/settings/v2` instead.

## Response `200`

OK

- object
  - `data` AppSettings
    - `visual` AppSettingsVisual, required
      - `color_dark` string, required
      - `color_light` string, required
      - `color_accent` string, required

## Other responses

- `406` — VPN detected

---

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