Search incoming postback events with the criteria supplied in the request body.

POST equivalent of the GET list endpoint, accepting the same IncomingPostbackSearchCriteria
as a JSON body (useful for large/complex filters). Requires an account-admin token.

🔐 Required permission: AccountAdmin

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

Filter, sort and pagination criteria.

Filter, sort and pagination criteria for querying incoming postback events.

id
array of uuids | null

Optional list of postback event ids.

id
affiliateId
array of int32s | null

Optional list of affiliate ids to filter by.

affiliateId
trafficSourceId
array of int32s | null

Optional list of traffic source ids to filter by.

trafficSourceId
accountId
array of int32s | null

Optional list of account ids to filter by.

accountId
brandId
array of int32s | null

Optional list of brand ids to filter by.

brandId
clickIds
array of uuids | null

Optional list of originating click ids.

clickIds
dynamics
array of strings | null

Optional list of dynamic/sub-id values to filter by.

dynamics
date-time | null

Filter postbacks from this date (inclusive).

date-time | null

Filter postbacks up to this date (inclusive).

date-time | null

Filter by the starting date of the creation time range.

status
array of objects | null

Filter by processing status: New (1), Handled (3) or Failed (4).

status
Allowed:
int32 | null

Maximum number of records to return. Optional.

int32 | null

Number of records to skip (0-based offset). Optional.

string | null

Optional free-text search term.

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