PATCH

/api/notifications

Mark notifications as read

Marks one or more notifications as read.

curl -s -X PATCH "$BASE/api/notifications" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"ids": ["notif_1", "notif_2"]}'

Request Body

FieldTypeReqDefaultDescription
idsstring[]NNotification IDs to mark as read (omit to mark all)

Try it out

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