v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Affiliate Postbacks

Find Postback By ID

Returns a single postback by its ID. The postback must belong to the authenticated affiliate.

get/affiliates/pixels/{pixelId}

Path parameters

pixelIdinteger required

The numeric ID of the postback.

Response

network_pixel_idinteger

Unique identifier for the postback.

network_idinteger

Network ID.

network_affiliate_idinteger

Affiliate ID that owns this postback.

network_offer_idinteger

Associated offer ID (0 if global).

network_offer_payout_revenue_idinteger

Associated payout/revenue ID (0 if not specific).

delivery_methodstring

Delivery method (html, postback, facebook).

pixel_levelstring

Scope of the postback (global, specific).

pixel_statusstring

Whether the postback is active or inactive.

pixel_typestring

Type of event trigger (conversion, post_conversion, cpc).

postback_urlstring

URL called when the postback fires.

html_codestring

HTML/JavaScript pixel code.

delay_msinteger

Delay in milliseconds before firing.

time_createdinteger

Unix timestamp when the postback was created.

time_savedinteger

Unix timestamp when the postback was last updated.

tiktok_pixelobject nullable

TikTok pixel configuration.

snapchat_pixelobject nullable

Snapchat pixel configuration.

rumble_pixelobject nullable

Rumble pixel configuration.

Example response

{
  "time_created": 1734455015,
  "time_saved": 1734455015,
  "relationship": {
    "affiliate": {
      "time_created": 1734455015,
      "time_saved": 1734455015
    }
  }
}