---
title: "List All Notifications"
method: GET
path: "/fyi/notifications"
tags: ["tradingFyIsAndNotifications"]
---

# List All Notifications

`GET /fyi/notifications`

Get a list of available notifications.

## Query parameters

- `max` integer, required
- `include` unknown
- `exclude` unknown
- `id` unknown

## Response `200`

Successfully enabled or disabled your email notifications.

- NotificationsItems[]
  - `R` string — Return if the notification was read or not. Value Format: 0: Disabled; 1: Enabled.
  - `D` string — Notification date as an epoch string.
  - `MS` string — Title of notification.
  - `MD` string — Content of notification.
  - `ID` string — Unique way to reference the notification.
  - `HT` integer — HT
  - `FC` string — FYI code, we can use it to find whether the disclaimer is accepted or not in settings

## Other responses

- `400` — Missing, empty, non-numeric, or out-of-range parameter. The `error` field is always prefixed with `Bad Request:`.
- `401` — Missing, invalid, or unparseable Authorization token.
- `500` — internal server error, returned when incoming request cannot be processed. It can sometimes include subset of bad requests. For example, wrong accountId passed and it can only be detected later in handling request. Error contains reason of the problem.
- `503` — service is unavailable. For example if request takes more than 10s due to some internal service unavailability, request aborted and this status returned

---

[API](https://skmtc.net/interactivebrokers/apis/api-reference.md) · [All operations](https://skmtc.net/interactivebrokers/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interactivebrokers/api-reference/revisions/67f9f562c2c6/schema)
