Dr notifications

List the demand response notifications

get
Authorizations
Responses
200

successful operation

application/json
get
GET //dr/dr-notifications HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
200

successful operation

{
  "events": [
    {
      "event": "text",
      "targets": [
        "text"
      ],
      "date": "2025-09-16T06:39:26.362Z",
      "user": "text",
      "protocol": "text",
      "endpoint": "text"
    }
  ]
}