Skip to main content
POST
/
notifications
/
api
/
v1
/
notifications
/
in-app
/
{notification_id}
/
read
Mark a notification as read
curl --request POST \
  --url https://www.closient.com/notifications/api/v1/notifications/in-app/{notification_id}/read \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

notification_id
string
required

UUID of the in-app notification to mark as read.

Response

OK

The response is of type Response · object.