---
title: "Get unread notification count"
method: GET
path: "/v1/notifications/unread_count"
tags: ["Notification"]
---

# Get unread notification count

`GET /v1/notifications/unread_count`

Returns the number of unread notifications for the authenticated user in the
current company (resolved from the `company-id` header).

## Parameters

- `#/paths/~1v1~1users/get/parameters/0` — unresolved $ref

## Response `200`

The unread count for the current company.

- object
  - `count` integer

## Other responses

- `401` — Unauthorized
- `404` — Company (from the `company-id` header) not found

---

[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)
