Mark notification as read
Marks a specific notification as read for the current user.
What happens:
- The notification’s
isReadstatus is set totrue - The notification will no longer appear in unread-only queries
- The read status persists across sessions
Note: You can only mark your own notifications as read.
POST
/account/notifications/{id}/readAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredResponses
200
successbooleanrequiredOperation success flag
400
Validation errors
errorsobjectShow propertiesHide properties
idstring[]messagestringstatusCodenumber401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions