Skip to content

Estimate Placement Test Cost

POST
/placement/tests/estimate

What a placement test WOULD cost, and whether the mailboxes qualify.

Charges nothing. Call this before POST /placement/tests, which charges 20 credits per mailbox - this is the only way to learn the number before spending it.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

What a placement test WOULD cost. Charges nothing.

Worth calling first: creating the test charges 20 credits per mailbox, and this is the only way to learn the number before spending it.

object
mailbox_ids
required

The mailboxes the test would send from.

Array<integer>

Responses

200

Successful Response

object
data
required

An open envelope for a test, a schedule or a warmup report.

Open because placement results carry one panel per seed provider and the provider set changes; a closed model would drop a panel, and a missing panel on a deliverability report reads as “we did not test there” when the truth may be “you did not land there”.

object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string