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

FieldTypeReqDefaultDescription
notificationIdstringN

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test