---
title: "Get notification settings"
method: GET
path: "/settings/notifications"
tags: ["Settings"]
---

# Get notification settings

`GET /settings/notifications`

Returns notification delivery preferences for the authenticated user in the active team.

## Response `200`

Settings retrieved successfully

- object
  - `done` boolean, required — Indicates if the operation was successful
  - `body` object, nullable, required — Response data (type varies by endpoint, null if no data)
    - `email_notifications_enabled` boolean
    - `popup_notifications_enabled` boolean
    - `show_unread_items_count` boolean
    - `daily_digest_enabled` boolean
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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