Reward Callback
curl --location --request POST 'https://publisher.com/reward' \
--header 'Content-Type: application/json' \
--data '{
"transactionId": "db9eab77-fd48-44be-b057-871b262736bd",
"signature": "1d590bc03de459268526cbfdb4be8bd2",
"userId": "<<provided by publisher app in InitConfig>>",
"clientId": "<<this is NOT mandatory and will be only present if provided by publisher app in InitConfig>>",
"accountId": "<<provided by publisher app in InitConfig>>",
"bundleId": "com.publisher.appname",
"reward": 20,
"offerId": "2c18d52b-fa9b-4a91-bdb0-d78fc2822ca3",
"offerName": "Bubble Shooter",
"timestamp": "2024-06-22T18:36:20.212Z",
"webviewSessionId": "9940b5fe-4d7a-4629-833e-825d3e22a672",
"timeSpent": 309241
}'Last updated