Notifications
This REST API is used to view, update, and delete notification preferences of the current user.
List of resources
- GET
/users/preferences
Retrieves the notification settings of the currently signed in user.
- PUT
/users/preferences
Updates the notification settings of the current user with the given details.
- GET /notifications
Retrieves the paginated notifications for the currently signed in user.
- PUT /notifications
Updates the status of notifications as Read or Unread.
- DELETE
/notifications
Deletes the notification settings of the currently signed in user.
- GET
/notifications/_count
Retrieves the number of unread notifications for the current user.
Sample cURL Command
curl --location --request GET 'developer_portal_rest_base/notifications/' \
--header 'Authorization: Basic basic_auth'