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

# Get notification preferences

`GET /v1/notifications/preferences`

## Response `200`

Successful response

- NotificationPreferencesOutput
  - `categories` NotificationCategory[], required
    - `key` string, required
    - `label` string, required
    - `description` string, required
    - `group` string, required
    - `enabled` boolean, required
  - `followed_trader_min_notional` number, required
  - `position_move_thresholds` number[], required

## Other responses

- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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