Mark All Notifications as Read
This API marks all notifications within the tenant as read.
Endpoint Details
| URL | /v1/notifications/mark-all-read |
| Method | POST |
| Authorization | Bearer Token |
Request Headers
| Header | Type | Description |
|---|---|---|
| Content-Type | String | Must be application/json |
Response
Here is an example response after the request has been successfully processed:
Response
{
"success": true
}
Field Descriptions
| Field | Type | Description |
|---|---|---|
| success | Boolean | Indicates 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.