Skip to main content
This schema describes objects returned by the Inbox Placement Blacklist & SpamAssassin Report endpoints.
Report data for an inbox placement test

Fields

FieldTypeRequiredDescription
idstring (uuid)YesUnique identifier for the inbox placement report entry (read-only)
timestamp_createdstringYesTimestamp when the inbox placement report was created (read-only)
timestamp_created_datestringYesDate when the inbox placement report was created (read-only)
organization_idstring (uuid)YesOrganization ID (read-only)
test_idstring (uuid)YesInbox Placement Test ID (read-only)
domain_blacklist_countnumber, nullableNoCount of blacklists the domain is listed on (read-only)
domainstringYesDomain of the inbox placement report (read-only)
domain_ipstringYesIP address of the domain (read-only)
domain_ip_blacklist_countnumber, nullableNoCount of blacklists the domain IP is listed on (read-only)
spam_assassin_scorenumberYesSpamAssassin score for the email, indicating spam likelihood (read-only)
spam_assassin_reportobjectNoDetailed SpamAssassin analysis report (read-only)
spam_assassin_report.is_spambooleanNoIndicates if the message is classified as spam by SpamAssassin
spam_assassin_report.reportarrayNoList of individual SpamAssassin rule evaluations
spam_assassin_report.report[].descriptionstringNoThe section or type of the rule triggered
spam_assassin_report.report[].namestringNoThe name of the SpamAssassin rule
spam_assassin_report.report[].scorestringNoThe score assigned to this rule evaluation
spam_assassin_report.spam_scoreintegerNoOverall spam score assigned to the message by SpamAssassin
blacklist_reportobjectNoDetailed blacklist report for the domain or IP (read-only)
blacklist_report.addressstringNoThe address or domain associated with the report
blacklist_report.blacklisted_countintegerNoThe count of blacklists the address is listed on
blacklist_report.detailsarrayNoList of individual blacklist details
blacklist_report.details[].blackliststringNoThe name of the blacklist
blacklist_report.details[].is_listedbooleanNoWhether the address is listed on this blacklist
blacklist_report.details[].test_typestringNoThe type of test
blacklist_report.ipstringNoThe IP address associated with the blacklist check
blacklist_report.is_blacklistedbooleanNoOverall status indicating if the address is blacklisted
blacklist_report.is_domainbooleanNoWhether the address is a domain