Skip to main content
GET
/
networks
/
traffic
/
blacklistincidents
/
domains
/
{blacklistIncidentIdentifier}
Get Domain Blacklist Incident
curl --request GET \
  --url https://api.eflow.team/v1/networks/traffic/blacklistincidents/domains/{blacklistIncidentIdentifier} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "network_id": 1,
  "url": "track.acme.com",
  "domain_type": "tracking",
  "identifier": "N5T2KL7CUPYYNBY0",
  "status": "active",
  "provider": "easylist",
  "vendor": "EASYLIST",
  "time_created": 1778549980,
  "time_saved": 1782437980,
  "time_last_observed": 1782437980,
  "time_resolved": 0,
  "relationship": {
    "vendor": {
      "provider": "EasyList",
      "category": "Advertiser Block List",
      "name": "EasyList",
      "identifier": "EASYLIST",
      "website_url": "https://easylist.to/",
      "impact_level": "high"
    }
  }
}
Requires Traffic Health Premium (has_blacklist_monitoring).
A single domain blocklist incident by its identifier — the flagging provider and vendor, status, and the vendor’s listing details (impact level, criteria, delisting guidance).

Authorizations

X-Eflow-Api-Key
string
header
required

Path Parameters

blacklistIncidentIdentifier
string
required

The blacklist incident identifier.

Response

200 - application/json
network_id
integer
url
string
domain_type
string
identifier
string
status
string
provider
string

Blocklist source (e.g. easylist, google_threat_intelligence).

vendor
string
time_created
integer
time_saved
integer
time_last_observed
integer
time_resolved
integer
relationship
object