The Notification API helps you acquire notifications to your user and mark as read
Last updated 5 months ago
Was this helpful?
API SUBPATH: eva-notification
A valid uuid of an organization
It is an identifier provided by the API client that will be used to identify distributed logs.
DTO response of notification
GET /org/{orgUUID}/notifications/user HTTP/1.1 Host: Accept: */*
Ok
[ { "createdAt": "2025-04-28T14:04:33.198Z", "read": true, "messages": [ { "language": "text", "title": "text", "message": "text", "url": "text", "action": "text" } ] } ]
PUT /org/{orgUUID}/notifications/user HTTP/1.1 Host: Accept: */*
No Content
No content