All the endpoints that can be called on the Notification controller.
All the endpoints require the SETTINGS_CRUD permission.
SETTINGS_CRUD
Returns all notifications for this user found by UID and marks them all as read.
^[0-9a-zA-Z ]+$
0
15
GET /api/v2/notification HTTP/1.1 Host: {{base_url}} apiKey: YOUR_API_KEY Accept: */*
No content
Returns this specific notification by its ID.
GET /api/v2/notification/{id} HTTP/1.1 Host: {{base_url}} apiKey: YOUR_API_KEY Accept: */*
Marks this notification as read.
PUT /api/v2/notification/setIsRead HTTP/1.1 Host: {{base_url}} apiKey: YOUR_API_KEY Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 8 "id=1"