APIs related to Notification
Last updated
Was this helpful?
Endpoints for retrieving, reading, and deleting Guardian notifications for the authenticated user.
Authentication: Bearer token required (Authorization: Bearer <token>)
GET
/api/v1/notifications
Returns paginated notifications for the current user
Yes
GET
/api/v1/notifications/new
Returns all unread notifications for the current user
Yes
GET
/api/v1/notifications/progresses
Returns active long-running operation progress notifications
Yes
POST
/api/v1/notifications/read/all
Marks all notifications as read
Yes
DELETE
/api/v1/notifications/delete/{notificationId}
Deletes all notifications up to the specified notification
Yes
Last updated
Was this helpful?
Was this helpful?