Games

GET /players/[playerId]/game/[gameName]/[campaignId]

Fetches game configuration and state for a given player and campaign. Used to resume or initiate gameplay tied to promotional campaigns.

Endpoint

GET/players/{playerId}/game/{gameName}/{campaignId}

Parameters

AtributoDescripcionTipoUbicaciónRequerido
campaignIdstringpath
gameNamestringpath
playerIdstringpath

Responses

200

Game data returned successfully.

400

Invalid request data.

500

Server error fetching game configuration.