Users > Unread notifications
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.
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
Responses
200
Successful response
application/json
get
/users/unread-notificationsGET /api/v2/users/unread-notifications HTTP/1.1
Host: eu1.make.com
Authorization: YOUR_API_KEY
Accept: */*
200
Successful response
{
"userUnreadNotifications": 2
}Last updated

