v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
me

Update a notification's status.

This endpoint will update the status of a single, multiple or all notifications of the authenticated user.

post/me/notifications/update

Response

Successful POST Notifications Update JSON response

object required

Example response

{
  "data": {
    "isRead": true,
    "amount_updated": 1
  }
}