Notifications

Get Notifications Page

Retrieves a paginated list of notifications.

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

Response

current_pageinteger
first_page_urlstring
frominteger
last_pageinteger
last_page_urlstring
next_page_urlstring
pathstring
per_pageinteger
prev_page_urlstring
tointeger
totalinteger

Example response

{
  "current_page": 1,
  "data": [
    {
      "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"
    }
  ],
  "first_page_url": "http://api.sellauth.test/v1/shops/1/notifications/page?page=1",
  "from": 1,
  "last_page": 1,
  "last_page_url": "http://api.sellauth.test/v1/shops/1/notifications/page?page=1",
  "links": [
    {
      "url": null,
      "label": "« Previous",
      "active": false
    },
    {
      "url": "http://api.sellauth.test/v1/shops/1/notifications/page?page=1",
      "label": "1",
      "active": true
    },
    {
      "url": null,
      "label": "Next »",
      "active": false
    }
  ],
  "next_page_url": null,
  "path": "http://api.sellauth.test/v1/shops/1/notifications/page",
  "per_page": 10,
  "prev_page_url": null,
  "to": 1,
  "total": 1
}

Changes

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