Console
Friends

Mark Notifications Read

Mark notifications as read so they stop appearing in subsequent polls. You can mark specific notifications or all at once.

POST /api/vaneltonid/notifications_read.php
Requires Authorization: AppID:AppKey + user token

Request body

FieldTypeRequiredDescription
tokenstringrequiredUser's session token
idsint[]optionalArray of notification IDs to mark as read. Omit to mark all unread notifications as read.

Success response 200

{ "success": true }