Callback
curl --location --request POST 'https://publisher.com/unlock' \
--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",
"customData": "<<provided by publisher app in showRDAd. This is percent escaped and might require decoding>>",
"timestamp": "2024-06-22T18:36:20.212Z",
}'Last updated