Skip to main content
POST
Retrieve inbox placement analytics stats by test id

Authorizations

Authorization
string
header
required

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

Body

application/json
test_ids
string<uuid>[]
required
Minimum array length: 1
date_from
string
Example:

"2026-07-25T08:20:31.650Z"

date_to
string
Example:

"2026-07-25T08:20:31.650Z"

recipient_geo
enum<number>[]
Available options:
1,
2,
3,
4
Example:
recipient_type
enum<number>[]
Available options:
1,
2
Example:
recipient_esp
enum<number>[]
Available options:
1,
2,
8,
12,
13
Example:
sender_email
string
Example:

"john@doe.com"

Response

Default Response

test_id
string<uuid>
required
Example:

"019f985c-9322-747a-a9bd-5e4afd0f655c"

count
number
required
Example:

1

spam_count
number
required
Example:

1

spam_percent
number
required
Example:

1

inbox_count
number
required
Example:

1

inbox_percent
number
required
Example:

1

category_count
number
required
Example:

1

category_percent
number
required
Example:

1