Skip to main content
GET
Get inbox placement blacklist and spamassassin report

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the requested item

Example:

"019f7ffb-d8be-7974-837e-a445e74c5d4a"

Response

The requested Inbox Placement Blacklist And SpamAssassin Report

Report data for an inbox placement test

id
string<uuid>
required
read-only

Unique identifier for the inbox placement report entry

Example:

"019f7ffb-b605-7916-8909-d7ae4cfe9861"

timestamp_created
string
required
read-only

Timestamp when the inbox placement report was created

Example:

"2026-07-20T14:43:50.405Z"

timestamp_created_date
string
required
read-only

Date when the inbox placement report was created

Example:

"2026-07-20"

organization_id
string<uuid>
required
read-only

Organization ID

Example:

"019f7ffb-b605-7916-8909-d7af46f77b7e"

test_id
string<uuid>
required
read-only

Inbox Placement Test ID

Example:

"019f7ffb-b605-7916-8909-d7b0f8efb436"

domain
string
required
read-only

Domain of the inbox placement report

Example:

"growinstantly.com"

domain_ip
string
required
read-only

IP address of the domain

Example:

"192.168.1.1"

spam_assassin_score
number
required
read-only

SpamAssassin score for the email, indicating spam likelihood

Example:

2.5

domain_blacklist_count
null | number
read-only

Count of blacklists the domain is listed on

Example:

5

domain_ip_blacklist_count
null | number
read-only

Count of blacklists the domain IP is listed on

Example:

3

spam_assassin_report
object
read-only

Detailed SpamAssassin analysis report

blacklist_report
object
read-only

Detailed blacklist report for the domain or IP