NotifyHub
Openapi

Bulk update notifications

POST
/v1/me/notifications/bulk

Applies a single action (read, unread, archive, unarchive, delete, or shown) to up to 100 notifications identified by their public ids. Duplicate ids in the array are deduplicated server-side. Returns the count of notifications actually affected.

Authorization

recipientSession
AuthorizationBearer <token>

In: header

Response Body

curl -X POST "https://loading/v1/me/notifications/bulk"
Empty