---
title: "Find Postbacks (Advanced)"
method: POST
path: "/affiliates/pixelstable"
tags: ["Affiliate Postbacks"]
---

# Find Postbacks (Advanced)

`POST /affiliates/pixelstable`

## Query parameters

- `page` integer
- `page_size` integer

## Request body

- object
  - `search_terms` string[] — Search terms to filter postbacks.
  - `filters` object — Filter criteria for the search.
    - `pixel_status` 'active' | 'inactive'
    - `pixel_type` 'conversion' | 'post_conversion' | 'cpc'
    - `delivery_method` 'html' | 'postback' | 'facebook'
    - `network_offer_id` integer — Filter by offer ID.

## Response `200`

- object
  - `pixels` object[] — Array of postbacks matching the search criteria.
    - `network_pixel_id` integer — Unique identifier for the postback.
    - `network_id` integer — Network ID.
    - `network_offer_payout_revenue_id` integer — Associated payout/revenue ID (0 if not specific).
    - `delivery_method` string — Delivery method (html, postback, facebook).
    - `pixel_level` string — Scope of the postback (global, specific).
    - `pixel_status` string — Whether the postback is active or inactive.
    - `pixel_type` string — Type of event trigger (conversion, post_conversion, cpc).
    - `postback_url` string — URL called when the postback fires.
    - `html_code` string — HTML/JavaScript pixel code.
    - `network_affiliate_id` integer — Affiliate ID that owns this postback.
    - `network_affiliate_name` string — Name of the affiliate that owns this postback.
    - `network_offer_id` integer — Associated offer ID (0 if global).
    - `network_offer_name` string — Name of the associated offer.
    - `delay_ms` integer — Delay in milliseconds before firing.
    - `time_created` integer — Unix timestamp when the postback was created.
    - `time_saved` integer — Unix timestamp when the postback was last updated.
    - `relationship` object — Related entity data (may be empty).
      - `affiliate` object — Affiliate that owns this postback.
      - `offer` object — Offer associated with this postback.
      - `payout_revenue` object — Payout/revenue configuration details.
  - `paging` object
    - `page` integer
    - `page_size` integer
    - `total_count` integer

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
