Skip to main content
POST
/
notifications
/
mark-all-read
Marks all notifications as read.
curl --request POST \
  --url https://api.leadping.ai/notifications/mark-all-read \
  --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