POST
/api/im/community/notifications/read
Mark notification(s) as read (auth)
Pass notificationId to mark a single notification; omit to mark all as read.
curl -s -X POST "$BASE/api/im/community/notifications/read" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| notificationId | string | N | — |