Push Notification API

put /notifications/{id}

Mark notification as read

Base URL https://api.vseepreview.com/api_v3

Authentication: User Token — Requires a user access token from login or SSO.

Mark a notification as read

Parameters

NameInTypeRequiredEnumDefaultDescription
X-ApiTokenheaderstringyesAPI token (e.g. your_api_token)
idpathstringyesNotification ID (e.g. 570f3f04-f1f4-4805-946e-178d50e631f8)

Responses

200 — Successful update

Marked Read

{
  "data": {
    "id": "570f3f04-f1f4-4805-946e-178d50e631f8",
    "user_id": "201",
    "type": "foodlog.comment",
    "time": 1460616964,
    "mtime": 14606169641000,
    "is_new": false,
    "read": true,
    "title": "Johnathon Lavon commented on a photo"
  }
}

Machine-readable: OpenAPI JSON