This webhook sends the data to your server everytime any user wins a reward
Please expose a POST endpoint which returns 200 status code upon successful completion.
Example Payload that we send:
{
"rewardType": "VIRTUALCOIN",
"userId": "[0aca8521-1441-4f7e-bcd0-fecfee4f0ee4]",
"prizeValue": "1.0",
"offerTitle": "Read article and win coin"
}
Example Payload with Streak:
{
"userId": "[0aca8521-1441-4f7e-bcd0-fecfee4f0ee4]",
"offerId": "01aciolio",
"streakProgression": "25.0",
"offerTitle": "Open app for 7 days"
}