The system supports two types of postback URLs depending on the integration method:
API Integration:
https://yourdomain.com/flow/postback/api
Server-to-Server (S2S) Integration:
https://yourdomain.com/flow/postback/s2s
For postback, you can use any available domain within the system.
Request Method
The postback requests must use the GET method.
Mandatory Parameters
Each postback request must include the following required parameters:
cid (string) – Unique identifier of the ClickID(S2S) or Lead History ID(API)
goal (integer) – Defines the conversion type
revenue (float) – Revenue generated from the conversion
The goal parameter defines the type of conversion. Below is the complete list of possible values:
Example Callback Requests
Basic API Postback Example:
https://yourdomain.com/flow/postback/api?cid={YOUR_PARAM}&goal={goal}&revenue={YOUR_PARAM}
Basic S2S Postback Example:
https://yourdomain.com/flow/postback/s2s?cid={YOUR_PARAM}&goal={goal}&revenue={YOUR_PARAM}
Example with Actual Values:
https://yourdomain.com/flow/postback/api?cid=NVdrBNHspkXvmTubfA72Vh&goal=1&revenue=20