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-08-08T00:31:35.842Z"

date_to
string
Example:

"2026-08-08T00:31:35.842Z"

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:

"019fdec8-49a2-778a-b97f-0ad84680bfc9"

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