---
title: "Get unread counts grouped by company"
method: GET
path: "/v1/notifications/unread_counts"
tags: ["Notification"]
---

# Get unread counts grouped by company

`GET /v1/notifications/unread_counts`

Returns unread notification counts for the authenticated user grouped by
company id. **No `company-id` header is required** — this endpoint is
deliberately cross-company so the UI can show a per-company badge in one call.

## Response `200`

Unread counts keyed by company id.

- object
  - `counts` object — Map of company UUID to unread notification count.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/cardda/apis/banking-api.md) · [All operations](https://skmtc.dev/cardda/apis/banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardda/banking-api/revisions/ff1aeb3fda8b/schema)
