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 tokenRequest body
| Field | Type | Required | Description |
|---|---|---|---|
| token | string | required | User's session token |
| ids | int[] | optional | Array of notification IDs to mark as read. Omit to mark all unread notifications as read. |
Test this endpoint
Headers
Body
Success response 200
{ "success": true }