---
title: "Get Negative News Subscriptions"
method: GET
path: "/settings/negative-news/subscriptions"
tags: ["settings"]
---

# Get Negative News Subscriptions

`GET /settings/negative-news/subscriptions`

The tenant's whole vendor catalogue for the negative news panel.

Unwatched vendors included, with per-tenant subscriber counts and the
caller's subscribed flag. Archived and SELF rows are dropped unless still
watched.

## Response `200`

Successful Response

- NegativeNewsSubscriptionItem[]
  - `company_id` string, uuid, required
  - `vendor_name` string, required
  - `company_website` string, required
  - `inherent_risk` VendorOptionRiskSummary — Canonical-option fields a badge needs (inherent risk or lifecycle status).
    - `option_id` string, uuid, required
    - `label` string, required
    - `hex_color` string, nullable
    - `order_index` integer, nullable
  - `criticality` VendorOptionRiskSummary — Canonical-option fields a badge needs (inherent risk or lifecycle status).
    - `option_id` string, uuid, required
    - `label` string, required
    - `hex_color` string, nullable
    - `order_index` integer, nullable
  - `assignments` VendorAssignmentResponse[]
    - `assignment_id` string, uuid, required
    - `vendor_company_id` string, uuid, required
    - `user_id` string, uuid, required
    - `user_first_name` string, required
    - `user_last_name` string, required
    - `email_address` string, required
  - `subscriber_count` integer, nullable
  - `subscribed` boolean, nullable
  - `subscribers` NegativeNewsSubscriber[]
    - `user_id` string, uuid, required
    - `user_first_name` string, required
    - `user_last_name` string, required
    - `email_address` string, required

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
