Skip to main content
POST
Search On-Hold Conversions
Returns conversions currently in on-hold status for the authenticated affiliate. On-hold conversions are pending review or approval before being finalized. Use this to track conversions awaiting advertiser or network approval. 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 results.

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.

to
string
required

End date. Format YYYY-MM-DD.

timezone_id
integer
required

Timezone identifier for the date range.

show_conversions
boolean

Must be explicitly set to true to include on-hold conversion records in the response.

show_events
boolean
default:false

Include on-hold post-conversion event records in the response.

query
object

Response

200 - application/json
conversions
object[]

Array of on-hold conversion records.

paging
object