For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mark as read

post
Authorizations
AuthorizationstringRequired
Path parameters
notificationIdstringRequired
Header parameters
AuthorizationstringRequired
Responses
200

Ok

application/json
successbooleanRequired
messagestringRequired
dataanyOptional
post/multicall/notifications/{notificationId}/mark-as-read
POST /multicall/notifications/{notificationId}/mark-as-read HTTP/1.1
Host: beta.usemoon.ai/
Authorization: text
Accept: */*
200

Ok

{
  "success": true,
  "message": "text",
  "data": null
}