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
Atributo | Descripcion | Tipo | Ubicación | Requerido |
---|---|---|---|---|
campaignId | string | path | Sí | |
gameName | string | path | Sí | |
playerId | string | path | Sí |
Responses
200
Game data returned successfully.
400
Invalid request data.
500
Server error fetching game configuration.