Skip to main content
PATCH
/
api
/
account
/
notifications
Mark notifications as read
curl --request PATCH \
  --url https://macrobymark.com/api/account/notifications \
  --header 'Content-Type: application/json' \
  --cookie next-auth.session-token= \
  --data '
{
  "ids": [
    "<string>"
  ],
  "markAll": true
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.macrobymark.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

next-auth.session-token
string
cookie
required

NextAuth.js session cookie

Body

application/json
ids
string[]
markAll
boolean

Response

200

Marked