---
title: "Get Low Balance Threshold"
method: GET
path: "/users/me/low-balance-threshold"
tags: ["General APIs with JWT"]
---

# Get Low Balance Threshold

`GET /users/me/low-balance-threshold`

Return the effective low balance config (system defaults merged with
user overrides) without creating a DB row.

## Response `200`

Successful Response

- EffectiveLowBalanceConfigDto — Effective low-balance notification config: system defaults overlaid with user overrides. Additive superset of the original LowBalanceThreshold response -- ``user_id``/``created_at``/``updated_at`` are nullable (None when no DB row exists) and ``is_default`` is the new field.
  - `user_id` string, uuid, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `enabled` boolean, required
  - `hours_threshold` number, nullable
  - `amount_threshold` number, nullable
  - `notification_count` integer
  - `last_notified_at` string, date-time, nullable
  - `is_default` boolean, required

---

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