User

Get Notifications

Get all notifications of the user

get/api/v1/user/notifications

Query parameters

pageinteger
sizeinteger

Response

Notifications

totalinteger required
pageinteger required
sizeinteger required
pagesinteger required

Example response

{
  "items": [
    {
      "content": "Some content",
      "createdAt": "2025-01-09T00:07:39.233634+00:00",
      "id": "61ffc5ba-224e-447d-bc67-4d9112c7ed13",
      "read": false
    }
  ]
}

Changes

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