Skip to main content
POST
/
notifications
/
{id}
/
mark-read
Marks notification as read.
curl --request POST \
  --url https://api.leadping.ai/notifications/{id}/mark-read \
  --header 'Authorization: <api-key>'
true

Documentation Index

Fetch the complete documentation index at: https://leadping.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the notification to mark as read.

Response

OK

The response is of type boolean.