The following endpoint retrieves the number of unread notifications of the currently authenticated user.
Gets the number of unread notifications for the currently authenticated user.
curl -L \ --url 'https://eu1.make.com/api/v2/users/unread-notifications' \ --header 'Authorization: YOUR_API_KEY'
{ "userUnreadNotifications": 2 }