GET/v1/alerts

Retrieve active security alerts.

Request

curl -X GET "https://api.notron.eu/v1/alerts?active=true" \
  -H "X-API-Key: ntron_live_xxxxxxxx"

Query Parameters

activebooleandefault: true

Only active alerts

severitystring

Filter by severity

"low""medium""high""critical"

Response

{
  "data": [
    {
      "id": "alt_abc123",
      "title": "BNP Paribas phishing campaign",
      "severity": "high",
      "scam_type": "phishing_bank",
      "is_active": true,
      "created_at": "2024-01-15T08:00:00Z"
    }
  ],
  "count": 3
}

© 2025 777 Industries SAS. All rights reserved.

Questions? api@notron.eu