v1

latestOpenAPI 3.1.0MIT2026-08-0652106151.4 KB
alerts

Get Alerts Notifications Information

List Alerts Notifications Information

get/tools/alerts

Response

Sucess

Alerts list.

countinteger

Example response

{
  "count": 2,
  "results": [
    {
      "id": 4117,
      "email": "doe-jhon@yourdomain.om",
      "percentage": 50
    },
    {
      "id": 4118,
      "email": "doe-jhon@yourdomain.om",
      "percentage": 100
    }
  ]
}