Skip to main content
POST
Get Conversion Report
Extract conversions with flexible filtering. Limited to the prior 365 days and a maximum date range of 1 year. Requires from/to dates, timezone_id, and show_conversions/show_events booleans. Pagination is controlled through the page and page_size query parameters, not the JSON request body. For example, ?page=2&page_size=100 returns the second page of 100 conversions.

Examples

Approved base conversions over the last hour:
Pending view-through conversions on a specific offer:
Conversions by multiple transaction IDs:

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Query Parameters

page
integer
default:1

The page of results to retrieve.

Required range: x >= 1
page_size
integer
default:50

The number of results to return per page.

Required range: x >= 1

Body

application/json
from
string
required
show_conversions
boolean
required
show_events
boolean
required
timezone_id
integer
required
to
string
required
currency_id
string
query
object
show_only_ct
boolean
show_only_fail_traffic
boolean
show_only_scrub
boolean
show_only_vt
boolean

Response

200 - application/json
conversions
object[]
paging
object