User
Get Notifications
Get all notifications of the user
get/api/v1/user/notifications
Query parameters
pageinteger
sizeinteger
Response
Notifications
Example response
{
"items": [
{
"content": "Some content",
"createdAt": "2025-01-09T00:07:39.233634+00:00",
"id": "61ffc5ba-224e-447d-bc67-4d9112c7ed13",
"read": false
}
]
}