GET /domains
GETdomains
Retrieve all domains currently monitored for blocklist status and DKIM validation
Query Parameters
offset string
Number of items to skip before starting to return results
limit string
Maximum number of items to return per request
sort string
Sort field and order (e.g., -domain for descending or domain for ascending)
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
- dataarray
- idstringUnique identifier of the domain
- domainstringDomain name being monitored
- dns_lookup_resultarrayDNS lookup results containing resolved IP addresses
- ipstringResolved IP address for the domain
- ipstring
- rbl_resultarrayBlacklist check results from various RBL providers
- lookup_hoststringRBL provider hostname that was queried
- lookup_hoststring
- spfobjectSPF record validation results and details
- domainstringDomain against which the SPF record was evaluated
- resultbooleanIndicates whether the SPF check passed
- dns_queries_to_resolvenumberNumber of DNS queries required to fully resolve the SPF record
- recordstringThe raw SPF TXT record retrieved from DNS
- warningsarrayNon-critical issues found during SPF evaluation
- mechanismsarrayList of SPF mechanisms parsed from the record
- mechanismstringThe SPF mechanism
- modifierstringThe SPF modifier
- dataobjectThe data associated with the mechanism
- warningstringWarning message if an issue was detected with this mechanism
- is_dns_query_to_resolvebooleanIndicates whether this mechanism requires a DNS lookup
- domainstringThe domain associated with this mechanism
- mechanismstring
- domainstring
- dkimarrayDKIM configuration and validation results for all selectors
- resultstringDKIM validation result
- selectorstringDKIM selector used for public key lookup
- errorsarrayCritical errors found during DKIM validation
- warningsarrayNon-critical issues found during DKIM validation
- resultstring
- dmarcobjectDMARC policy validation results and configuration
- resultarrayDMARC evaluation result
- warningsarrayNon-critical issues found during DMARC evaluation
- resultarray
- statusstringCurrent processing status of the domain
- updated_atstringTimestamp when the domain information was last updated
- idstring
- metaobjectPagination metadata for list responses
- countintegerTotal number of items available
- offsetintegerNumber of items skipped
- limitintegerMaximum number of items returned per request
- countinteger
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
500 Internal Server Error
Internal server error