Skip to main content
POST
/
api
/
v1
/
customer
/
notifications
/
read-all
Mark All Notifications As Read
curl --request POST \
  --url https://api.example.com/api/v1/customer/notifications/read-all
{
  "updatedCount": 3
}

Response

OK

Bulk notification update result.

updatedCount
integer
required

Updated notification count.

Example:

3