Skip to main content
POST
Conversion Report
Returns a list of individual conversions and/or events for the authenticated affiliate. Each conversion is returned as a separate element. Results are paginated and can be filtered by date range, offer, and other dimensions. 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. The date range (from / to) is limited to the prior 365 days. Requests with dates older than 365 days will return an error.

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the same X-Eflow-Api-Key header as the Network API, but the key belongs to the affiliate user rather than the network admin.

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

Start date. Format YYYY-MM-DD. Must be within the last 365 days.

to
string
required

End date. Format YYYY-MM-DD. Must be within the last 365 days.

timezone_id
integer
required

Timezone identifier for the date range.

show_conversions
boolean

Must be explicitly set to true to include conversion records in the response. Does not default to true — omitting this field will return no conversions.

show_events
boolean
default:false

Include post-conversion event records in the response.

query
object

Query configuration with optional filters.

Response

200 - application/json
conversions
object[]

Array of conversion/event records.

paging
object