/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
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
id | path | string | yes | Notification ID (e.g. 570f3f04-f1f4-4805-946e-178d50e631f8) |
200 — Successful updateMarked 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