Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Gets the number of unread notifications for the currently authenticated user.
Successful response
const response = await fetch('https://eu1.make.com/api/v2/users/unread-notifications', { method: 'GET', headers: {}, }); const data = await response.json();
{ "userUnreadNotifications": 0, "userZoneUnreadNotifications": [ { "zoneId": 0, "unreadNotifications": 0 } ] }