GET /domains/stats/aggregated
GETdomains/stats/aggregated
Retrieve aggregated blocklist statistics for all monitored domains
Query Parameters
profile_id string
Filter by profile ID
domain string
Filter by domain name substring
rdns string
Filter by reverse DNS substring
rbl_hosts string
Filter by RBL lookup host names (multiple values separated by comma allowed, e.g., truncate.gbudb.net,rbl.metunet.com). Get all available host names from /api/v1.0/epc/rbl_dictionary?type=domains
blacklisted boolean
Filter to show only blacklisted domains
Returns
- dataobject
- totalintegerTotal number of domains
- blacklistedintegerNumber of domains listed in blacklists
- spf_passedintegerNumber of domains with valid SPF records
- dmarc_warningsintegerNumber of domains with DMARC configuration warnings
- dkim_emptyintegerNumber of domains without DKIM configuration
- dkim_errorsintegerNumber of domains with DKIM configuration errors
- dkim_warningsintegerNumber of domains with DKIM configuration warnings
- totalinteger
Error Codes
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
500 Internal Server Error
Internal server error