Skip to main content
GET
/
notifications
/
unread-count
Gets unread notification count.
curl --request GET \
  --url https://api.leadping.ai/notifications/unread-count \
  --header 'Authorization: <api-key>'
123

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")

Response

OK

The response is of type integer.

I