Skip to content

Mark Messages

Allows marking multiple notifications as READ, DELETED, or ARCHIVED in a single request.

POST/notification/v1/markmessages
Terminal window
curl -X POST https://api.juspredict.com/notification/v1/markmessages \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"notification_id": ["uuid1", "uuid2"],
"status": 2
}'
{
"status": {
"type": "SUCCESS",
"details": []
},
"updated_msgs_count": 2
}
FieldTypeDescription
statusStatusOperation status.