---
title: "Get Notification Setting"
method: GET
path: "/users/me/notification"
tags: ["General APIs with JWT"]
---

# Get Notification Setting

`GET /users/me/notification`

Return the effective notification settings without creating a DB row.

When no NotificationSetting row exists, ``low_balance`` defaults to True
(the effective default), so the frontend checkbox renders as checked.

## Response `200`

Successful Response

- EffectiveNotificationSettingDto — Effective notification settings. ``low_balance`` reflects the effective default (True) when no NotificationSetting row exists, so the frontend checkbox renders as checked.
  - `pod_deployed` boolean
  - `payment_receipt` boolean
  - `pod_unavailable` boolean
  - `low_balance` boolean

---

[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/57db0a9348db/schema)
