---
title: "Get notification preferences"
method: GET
path: "/notifications/preferences"
tags: ["notifications", "preferences"]
---

# Get notification preferences

`GET /notifications/preferences`

Returns the per-type / per-channel notification preferences for the authenticated individual + group. Both apps call this single path.

## Response `200`

OK

- PreferencesGetPreferencesOutput
  - `data` PreferencesView[], nullable
    - `channels` PreferencesChannelStates
      - `desktop` boolean
      - `email` boolean
    - `type` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
