cURL
curl --request GET \ --url https://s-apis.oppigames.com/game/session \ --header 'Content-Type: <content-type>' \ --header 'x-api-key: <x-api-key>' \ --header 'x-signature: <x-signature>' \ --header 'x-timestamp: <x-timestamp>'
{ "status": "RS_OK", "data": { "totalPages": 1, "currentPage": 1, "totalCount": 41, "result": [ { "transactionId": "7f4ef777-7ad7-486a-8186-249e99ba715a", "sessionId": "d404f1da-26a6-44ff-8b0f-559915152be11742537289208", "playerId": "PAWAN_PAREEK1", "playerName": "PAWAN PAREEK", "betAmount": 50, "payout": 60, "isWin": true, "sessionStatus": 1, "gameId": "G1742465405970", "gameName": "Cricket Crash", "createdAt": "2025-03-21T11:02:46.615Z" } ] } }
This api is used for get game session based on Player sessionId.
application/json
Show Data properties
Show Result properties