GET /users/{userId}/alerts HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
"events": {
"userNotificationId": "text",
"userId": "text",
"message": "text",
"timestamp": 1,
"localTimestamp": "2025-12-16T13:35:51.214Z",
"id": "text"
},
"range": {
"localStartDate": "2025-12-16T13:35:51.214Z",
"localEndDate": "2025-12-16T13:35:51.214Z"
}
}