Notifications

Get Latest Notifications

Retrieves the latest notifications.

get/v1/shops/{shopId}/notifications/latest

Response

unread_countinteger

Example response

{
  "notifications": [
    {
      "id": "d4c1f9e2-5b8a-4c3d-9e6f-2a7b8c9d0e1f",
      "level": "success",
      "title": "New Sale",
      "description": "License Keys (Standard) has been sold for $14.99",
      "link": "/invoices/1",
      "created_at": "2026-08-28T18:23:02.000000Z"
    }
  ],
  "unread_count": 1,
  "urgent_unread": []
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.