cURL
curl --request GET \ --url https://s-apis.oppigames.com/game/sessions \ --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": [ { "sessionId": "85082d4d-2d6c-4f80-b72f-00b806eea2ab1742893648478", "playerId": "MAGICIAN_USER_VISHAL", "playerName": "MAGICIAN_USER_VISHAL", "gameId": "G1742373671848", "gameName": "The magician", "status": 1, "currency": "EUR", "createdAt": "2025-03-25T09:07:28.966Z" } ] } }
This API retrieves game sessions associated with a playerId and gameId.
application/json
Show Data properties
Show result properties