---
title: "List notifications"
method: GET
path: "/v1/notifications"
tags: ["Notification"]
---

# List notifications

`GET /v1/notifications`

Returns the authenticated user's visible in-app notifications for the current
company (resolved from the `company-id` header), most recent first.

## Parameters

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

## Response `200`

Paginated list of notifications.

- Notification[]
  - `id` string, uuid, required
  - `type` string, nullable — Notification subclass, e.g. `TransactionApprovedNotifier::Notification`.
  - `event_id` string, uuid
  - `recipient_type` string
  - `recipient_id` string — Firebase UID of the recipient user.
  - `read_at` string, date-time, nullable — Timestamp the notification was read; null when unread.
  - `seen_at` string, date-time, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

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