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

# Get Latest Notifications

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

Retrieves the latest notifications.

## Response `200`

- object
  - `notifications` object[]
    - `id` string
    - `level` string
    - `title` string
    - `description` string
    - `link` string
    - `created_at` string
  - `unread_count` integer
  - `urgent_unread` unknown[]
    - unknown

---

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