Users > Unread notifications

The following endpoint retrieves the number of unread notifications of the currently authenticated user.

Unread notifications

get

Gets the number of unread notifications for the currently authenticated user.

Authorizations
Responses
200
Successful response
application/json
get
GET /api/v2/users/unread-notifications HTTP/1.1
Host: eu1.make.com
Authorization: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "userUnreadNotifications": 2
}