Our customers may be required to view the game round history for verification/authority reporting purposes. Therefore, we would need to be able to retrieve the game round data whenever requested. This is achieved by creating a report URL on your side. The data needs to be returned in a JSON format.
URL Format
https://<endpoint>?roundId=<roundid>&hash=<hash>&uid=<userId>&operatorId=<operatorid>
roundid = identifies game cycle.
userid = unique identifier of player.
operatorId = Client identification. Same as clientid in game launch URL.
hash = MD5 hash of passKey+operatorid+userId+roundId
Comments
0 comments
Article is closed for comments.