Skip to main content
GET
/
api
/
v1
/
customer
/
notifications
/
unread-count
Get Unread Notification Count
curl --request GET \
  --url https://api.example.com/api/v1/customer/notifications/unread-count
{
  "count": 3
}

Response

OK

Unread notification counter.

count
integer
required

Unread notification count.

Example:

3