DocsAPI ReferenceNotification/bff/notification/mark-read
postNotificationAdmin BFF

/bff/notification/mark-read

Idempotent — inserts into core__system_log_read_state with ON CONFLICT DO NOTHING. Existing rows keep their original read_at; the timestamp is "first time seen", not "last time seen".

NotificationpostBffNotificationMark-read

Parameters

1 body

1 total
Body · 1
logIdsnumber[]Required

System log IDs to mark as read for the current member.

Request

POST /bff/notification/mark-read

post
curl -X POST "https://api.bizkithub.com/bff/notification/mark-read" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "logIds": [
    0
  ]
}'

Response

JSON payload

{
  "success": false,
  "marked": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key