---
title: "List in-app notifications"
method: GET
path: "/notifications/inapp"
tags: ["notifications", "inapp"]
---

# List in-app notifications

`GET /notifications/inapp`

Cursor-paginated bell-dropdown feed for the authenticated business user (newest-first).

## Query parameters

- `limit` integer
- `cursor` string
- `seen` boolean, nullable
- `archived` boolean, nullable

## Response `200`

OK

- PageInappNotificationView
  - `data` InappNotificationView[], nullable, required
    - `amount_display` string
    - `archived` boolean
    - `body` string
    - `created_ts` string, date-time
    - `group_id` string
    - `id` string
    - `individual_id` string
    - `link` string
    - `notification_type` string
    - `seen` boolean
    - `title` string
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required
  - `total_count` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `default` — Error response.

## Changes

- **2026-08-06** `fe2041c5ba86` — 3 info
  - the `data/items/group_id` response's property pattern was changed from `^grp_[0-9a-hjkmnp-tv-z]{26}$` to `^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `data/items/id` response's property pattern was changed from `^ntfy_[0-9a-hjkmnp-tv-z]{26}$` to `^ntfy_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `data/items/individual_id` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/notifications/inapp/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/adba5ad114cf/schema)
