---
title: "Get Notifications Page"
method: GET
path: "/v1/shops/{shopId}/notifications/page"
tags: ["Notifications"]
---

# Get Notifications Page

`GET /v1/shops/{shopId}/notifications/page`

Retrieves a paginated list of notifications.

## Response `200`

- object
  - `current_page` integer
  - `data` object[]
    - `id` string
    - `level` string
    - `title` string
    - `description` string
    - `link` string
    - `created_at` string
  - `first_page_url` string
  - `from` integer
  - `last_page` integer
  - `last_page_url` string
  - `links` object[]
    - `url` string
    - `label` string
    - `active` boolean
  - `next_page_url` string
  - `path` string
  - `per_page` integer
  - `prev_page_url` string
  - `to` integer
  - `total` integer

---

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