Communication
Mark notification as read
Mark specific or all notifications as read for an account
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Headers
Account token for authentication
Body
application/json
Optional array of notification IDs to mark as read. If omitted, all notifications will be marked as read.
Example:
["notification-123", "notification-456"]
Response
200 - application/json
Successfully marked notifications as read
Indicates if the operation was successful
Example:
true
Human-readable message about the operation result
Example:
"2 notifications marked as read"
Number of notifications that were marked as read
Example:
2