Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Marks all notifications as read and returns the IDs of the updated notifications in the response.
Successful response
const response = await fetch('https://eu1.make.com/api/v2/notifications/mark-as-read', { method: 'POST', headers: {}, }); const data = await response.json();
{ "notifications": [ { "id": "text" } ] }