Skip to content

Unread Count

Returns the count of notifications currently in the UNREAD status for the authenticated user.

POST/notification/v1/unreadcount
Terminal window
curl -X POST https://api.juspredict.com/notification/v1/unreadcount \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"status": 1
}'
{
"status": {
"type": "SUCCESS",
"details": []
},
"unread_msg_count": 5
}
FieldTypeDescription
statusStatusOperation status.