PATCH
/
v1
/
platform
/
notifications
/
{notification}
/
read
cURL
curl --request PATCH \
  --url https://api.comm.com/api/v1/platform/notifications/{notification}/read \
  --header 'Authorization: Bearer <token>'
{
  "message": "Notification marked as read"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

notification
string<uuid>
required

The notification ID

Response

200
application/json

The response is of type object.