Skip to main content
POST
Find Postbacks (Advanced)
Retrieve a paginated list of postbacks. Supports search filters, sorting, and pagination to help you find and browse postback configurations programmatically. 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 X-Eflow-Api-Key header.

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
search_terms
string[]

Search terms to filter postbacks.

filters
object

Filter criteria for the search.

Response

200 - application/json
pixels
object[]

Array of postbacks matching the search criteria.

paging
object