List the users alert events
/users/{userId}/alerts
The ID of the user
curl -L \ --url 'https://api.ecosuite.io//users/{userId}/alerts' \ --header 'Authorization: YOUR_API_KEY'
{ "events": { "userNotificationId": "text", "userId": "text", "message": "text", "timestamp": 1, "localTimestamp": "2025-02-23T23:04:03.222Z", "id": "text" }, "range": { "localStartDate": "2025-02-23T23:04:03.222Z", "localEndDate": "2025-02-23T23:04:03.222Z" } }