---
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.

---

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