POST /domains/{id}/refresh
POSTdomains/:id/refresh
Refresh domain information by ID. Sets domain's status to WAITING and sends domain for validation. Can not be used more than once in 5 minutes for one domain.
Path Parameters
id string Required
Domain ID
Returns
- dataobject
- 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
Error Codes
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
404 Not Found
Not Found
500 Internal Server Error
Internal server error