Business Service Intelligence
BSI Trust-Level Stats
Returns counts of BSI IPs and CIDRs grouped by trust level. Use date=now for current information or date=YYYY-MM-DD for historical information.
This endpoint requires the proper BSI entitlements.
get/v3/bsi/trust
Query parameters
datestring
Example:2026-05-12
Snapshot date for the requested stats. now (the default) reads current data from the BSI IP database. A value of the form YYYY-MM-DD reads historical data for that day; returns 404 if no data is available.
Response
OK - request successful.
Example response
{
"date": "now",
"source": "db",
"stats": {
"trust_levels": [
{
"trust_level": "1",
"ip_count": 42315,
"cidr_count": 218
}
]
}
}