Alerts
List the users alert events
Authorizations
Path parameters
userIdstringRequired
The ID of the user
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
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-09-16T12:39:09.777Z",
"id": "text"
},
"range": {
"localStartDate": "2025-09-16T12:39:09.777Z",
"localEndDate": "2025-09-16T12:39:09.777Z"
}
}