Skip to main content
GET
/
networks
/
traffic
/
access
Get Traffic Health Access
curl --request GET \
  --url https://api.eflow.team/v1/networks/traffic/access \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "is_enabled": true,
  "has_premium": true,
  "has_blacklist_monitoring": true,
  "has_monitoring_alerts": true,
  "has_third_party_domain_monitoring": true,
  "has_external_proxy_domain": true,
  "has_external_notifications": true,
  "has_domain_assignment_management": true,
  "premium_monitored_domain_quota": 25
}
Returns the Traffic Health capabilities enabled for your network — whether Traffic Health is on, whether the premium tier is active, and which premium features are available. Call this first to decide which Traffic Health endpoints your network can use.

Authorizations

X-Eflow-Api-Key
string
header
required

Response

200 - application/json
is_enabled
boolean

Whether Traffic Health is enabled for the network (basic or premium).

has_premium
boolean

Whether the Traffic Health Premium tier is active.

has_blacklist_monitoring
boolean

Premium: domain and IP blocklist reputation monitoring.

has_monitoring_alerts
boolean

Premium: configurable monitoring alerts.

has_third_party_domain_monitoring
boolean

Premium: monitoring of external domains.

has_external_proxy_domain
boolean

Premium: external-proxy (self-hosted) domains and certificates.

has_external_notifications
boolean

Premium: external notification channels.

has_domain_assignment_management
boolean

Premium: domain assignment management.

premium_monitored_domain_quota
integer

Number of domains that can be premium-monitored.