Skip to main content
POST
Mark a notification as read

Authorizations

Authorization
string
header
required

Personal Access Token (PAT) passed in the Authorization header (e.g., Bearer <pat>) for authenticated API requests. PATs are generated via /auth/generate-pat after authenticating through the magic link flow.

Body

application/json
messageId
string
required
Example:

"60c72b2f5f1b2c001c8e4b1c"

Response

Notification marked as read

message
string
Example:

"Notification marked as read"