Skip to main content
POST
/
notifications
/
{id}
/
mark-read
Mark a current-user notification as read
curl --request POST \
  --url https://api.leadping.ai/notifications/{id}/mark-read
true

Path Parameters

id
string
required

The ID of the notification to mark as read.

Response

Returns the bool.

The response is of type boolean.