Skip to main content

Mark All Notifications as Read

This API marks all notifications within the tenant as read.

Endpoint Details

URL/v1/notifications/mark-all-read
MethodPOST
AuthorizationBearer Token

Request Headers

HeaderTypeDescription
Content-TypeStringMust be application/json

Response

Here is an example response after the request has been successfully processed:

Response
{
"success": true
}

Field Descriptions

FieldTypeDescription
successBooleanIndicates whether all notifications were successfully marked as read

info
  • A valid Bearer Token is required to access this endpoint.
  • This action marks every notification within the tenant as read.