Alerts

List the users alert events

get

List the users alert events

Authorizations
Path parameters
userIdstringRequired

The ID of the user

Responses
200

successful operation

application/json
get
/users/{userId}/alerts
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-10-31T16:38:36.249Z",
    "id": "text"
  },
  "range": {
    "localStartDate": "2025-10-31T16:38:36.249Z",
    "localEndDate": "2025-10-31T16:38:36.249Z"
  }
}