POST /seedlisting/{id}/terminate
POSTseedlisting/:id/terminate
Terminate an active seedlisting inbox placement test before it completes
Path Parameters
id string Required
Unique identifier of the seedlisting test
Returns
- dataobject
- idstringUnique identifier of the seedlisting test
- titlestringName of the seedlisting test
- profile_idstringProfile ID associated with this seedlisting test
- statusstringCurrent status of the seedlisting testAllowed values:
INIT,ACTIVE,DONE,FAILED,TERMINATED - check_typestringType of seedlisting check to perform, which determines the method of matching incoming emailsAllowed values:
TAG,H_TO,REF,EXPRESS - created_atstringTimestamp when the seedlisting test was created
- updated_atstringTimestamp when the seedlisting test was last updated
- tagstringTag identifier used to match incoming emails; present only when check_type is TAG
- email_ref_addrstringReference email address used for routing; present only when check_type is REF
- statsobjectAggregated delivery statistics for this seedlisting test
- inboxnumberNumber of emails delivered to the inbox
- spamnumberNumber of emails delivered to the spam or junk folder
- waitingnumberNumber of emails pending delivery results
- not_receivednumberNumber of emails not received
- inboxnumber
- ipsarrayList of detected sending IP addresses with DNS and RBL lookup results
- ipstringSending IP address detected during the seedlisting test
- dns_lookup_resultarrayDNS lookup results for the sending IP address
- addressesarrayList of resolved IP addresses for the sending hostname
- rDNSstringReverse DNS lookup result for the IP address
- addressesarray
- rbl_resultarrayReal-time blocklist lookup results for the sending IP address
- lookup_hoststringThe RBL hostname used for the blocklist lookup
- lookup_hoststring
- ipstring
- fromobjectSender information including DNS and RBL lookup results
- titlestringDisplay name of the sender
- domainstringSender's domain name
- dns_lookup_resultarrayDNS lookup results for the sender's domain
- ipstringIP address resolved from the domain's DNS records
- ipstring
- rbl_resultarrayReal-time blocklist lookup results for the sender's domain
- lookup_hoststringThe RBL hostname used for the domain blocklist lookup
- lookup_hoststring
- titlestring
- spfobjectSPF record evaluation results for the sender's domain
- domainstringDomain against which the SPF record was evaluated
- resultbooleanIndicates whether the SPF check passed
- dnsQueriesToResolvenumberNumber 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 signature validation results
- domainstringDomain against which the DKIM signature was validated
- selectorstringDKIM selector used for public key lookup
- resultstringDKIM validation result
- warningsarrayNon-critical issues found during DKIM validation
- errorsarrayCritical errors found during DKIM validation
- domainstring
- dmarcobjectDMARC policy evaluation results for the sender's domain
- domainstringDomain against which the DMARC policy was evaluated
- resultarrayDMARC evaluation result
- warningsarrayNon-critical issues found during DMARC evaluation
- domainstring
- idstring
Error Codes
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
404 Not Found
Not Found
500 Internal Server Error
Internal server error