Re-trigger (re-process) conversions matching the supplied search criteria.

Admin-only maintenance endpoint that re-runs conversion processing (for example to re-fire
downstream webhooks/postbacks) for the matched conversions. Requires an account-admin token.
The echoed search criteria is returned in the response info.

🔐 Required permission: AccountAdmin

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

When true, re-triggers even conversions that would normally be skipped.

Body Params

The criteria selecting which conversions to re-trigger.

Filter, sort and pagination criteria for querying conversions.

id
array of int64s | null

conversion ids

id
affiliateId
array of int32s | null

filter by affiliate id

affiliateId
accountId
array of int32s | null

filter by account id

accountId
clickIds
array of uuids | null

filter by one or more click ids

clickIds
conversionTypes
array of int32s | null

filter by one or more conversion ids

conversionTypes
brandIds
array of int32s | null

filter by one or more brand ids

brandIds
trafficSourceId
array of int32s | null

filter by one or more traffic source ids

trafficSourceId
date-time | null

filter conversions starting from this date

date-time | null

filter conversions up to this date

date-time | null

get conversions that were added or updated after this date

date-time | null

Filter by the starting date of the creation time range.

int32 | null

the offset of the first record to return. default is 0

int32 | null

the maximum number of records to return. default is 100

string | null

Optional sort expression (column name, optionally prefixed with - for descending).

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json