Skip to main content
POST
/
api
/
v1
/
notifications
/
mark-all-read
Mark All Notifications Read
curl --request POST \
  --url https://api.example.com/api/v1/notifications/mark-all-read
{
  "success": true
}
Marks all active (non-deleted) notifications as read.

Request

curl -X POST \
  -H "Authorization: Bearer <token>" \
  https://app.taxhomebase.com/api/v1/notifications/mark-all-read

Response

{
  "success": true
}