---
title: "Get a list of subscriptions"
method: GET
path: "/fyi/settings"
tags: ["FYI"]
---

# Get a list of subscriptions

`GET /fyi/settings`

Return the current choices of subscriptions, we can toggle the option

## Response `200`

An array

- object[]
  - `A` integer — optional, if A doesn't exist, it means user can't toggle this option. 0-off, 1-on.
  - `FC` string — fyi code
  - `H` integer — disclaimer read, 1 = yes, = 0 no.
  - `FD` string — detailed description
  - `FN` string — title

---

[API](https://skmtc.dev/ibkr/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/ibkr/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibkr/client-portal-web-api/revisions/32edbfe496d1/schema)
