curl --request POST \ --url https://api.novu.co/v1/subscribers/{subscriberId}/messages/mark-as \ --header 'Content-Type: application/json' \ --data '{ "messageId": "<string>", "markAs": "read" }'
[ {} ]
The response is of type object[].
object[]
Was this page helpful?