v1
latestOpenAPI 3.0.32026-07-2226694862.5 KBCreate Postback
Request body
How the postback is delivered. Use "postback" for server-to-server URL calls, "html" for HTML/JavaScript pixel code, or "facebook" for Facebook pixel integration.
Scope of the postback. "global" fires for all offers, "specific" fires only for the offer specified by network_offer_id.
Whether the postback is active or inactive.
Type of event that triggers the postback. "conversion" fires on conversions, "post_conversion" fires on post-conversion events, "cpc" fires on clicks.
The URL to call when the postback fires. Supports macros like {transaction_id}, {revenue}, {offer_id}, {sub1}–{sub10}. Required when delivery_method is "postback".
HTML or JavaScript code for the pixel. Required when delivery_method is "html".
The offer ID this postback applies to. Required when pixel_level is "specific".
Delay in milliseconds before firing the postback. Maximum value is 300000 (5 minutes). Defaults to 0.
Response
Unique identifier for the postback.
Network ID.
Affiliate ID that owns this postback.
Associated offer ID (0 if global).
Associated payout/revenue ID (0 if not specific).
Delivery method (html, postback, facebook).
Scope of the postback (global, specific).
Whether the postback is active or inactive.
Type of event trigger (conversion, post_conversion, cpc).
URL called when the postback fires.
HTML/JavaScript pixel code.
Delay in milliseconds before firing.
Unix timestamp when the postback was created.
Unix timestamp when the postback was last updated.
TikTok pixel configuration.
Snapchat pixel configuration.
Rumble pixel configuration.
Example response
{
"time_created": 1734455015,
"time_saved": 1734455015,
"relationship": {
"affiliate": {
"time_created": 1734455015,
"time_saved": 1734455015
}
}
}