user_id
.notification_count
to limit the number of returned notifications (default: 25).curl --location -g --request GET 'https:///v2/api/notification' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Notifications found successfully.",
"data": [
{
"id": 70210,
"content": "New Feedback - New feedback has been added to the agent 'Policy Whisperer' by user@example.com",
"is_read": true,
"created_on": "2025-01-16T10:13:12.760548Z",
"is_deleted": false,
"redirection_details": {
"chatlog_id": 10295,
"created_by": "user@example.com",
"created_on": "2025-01-08 21:44:18"
},
"recipient": 15,
"org": 1,
"agent": null
}
]
}