Skip to main content

GET /domains/stats/aggregated

GET 

domains/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
    • totalinteger
      Total number of domains
    • blacklistedinteger
      Number of domains listed in blacklists
    • spf_passedinteger
      Number of domains with valid SPF records
    • dmarc_warningsinteger
      Number of domains with DMARC configuration warnings
    • dkim_emptyinteger
      Number of domains without DKIM configuration
    • dkim_errorsinteger
      Number of domains with DKIM configuration errors
    • dkim_warningsinteger
      Number of domains with DKIM configuration warnings
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

500 Internal Server Error

Internal server error