Authorizations
Body
Identifier of the scorecard to close.
Payload for closing a previously opened scorecard and finalising its aggregated results.
Identifier of the scorecard to close—use the card_id
returned by OpenScorecardResponse.
Response
scorecard closed; final aggregate results returned.
Aggregate results for an entire scorecard run.
Includes cumulative counters, optional metadata echoed back from
the open request, the API key that authenticated the run, and a
per-game breakdown in cards
.
The API key that initiated and authenticated this run.
The Scorecard ID that was returned by returned by OpenScorecardResponse.
Total number of games won in this scorecard.
Total number of games played (wins + losses + unfinished).
Cumulative number of actions taken across all plays.
Sum of per-game scores (each 0-254) for this scorecard.
Map keyed by game_id
, each entry summarising a single game.
Link originally supplied in the OpenScorecardRequest.
Arbitrary labels echoed back from the open request.
Free-form JSON blob (≤ 16 KB) exactly as provided when the scorecard was opened. Absent if none was supplied.