GET
/
api
/
v1
/
perimeter-protection
/
threat-intelligence
/
url
/
{url}
curl --request GET \
  --url https://app.aegister.com/api/v1/perimeter-protection/threat-intelligence/url/{url} \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 0,
  "messages": [],
  "data": {
    "url": "https://sample.com",
    "score": 63,
    "ts": 1692450616,
    "total_reports": 4,
    "total_members": 1,
    "tags": [
      "phishing",
      "OneFirewall",
      "OneFirewall"
    ],
    "elk_ts": "2023-08-19T13:10:16.000Z",
    "elk_entry_ts": "2023-08-19T13:01:04.000Z",
    "entry_ts": 1692450064
  }
}

Authorizations

X-Aegister-Token
string
header
required

Path Parameters

url
string
required

Response

200
application/json
{key}
any