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.
GET /api/v2/users/unread-notifications HTTP/1.1 Host: eu1.make.com Authorization: YOUR_API_KEY Accept: */*
Successful response
{ "userUnreadNotifications": 2 }