Mark all notifications as read
Marks every notification belonging to the authenticated user as read.
PUT
/api/notifications/readRequest
curl
curl -X PUT https://platform.trickest.com/api/notifications/read \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200All notifications marked as read
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring