Skip to main content
POST
/
api
/
v1
/
cubic
/
cubeState
Get Cube State
curl --request POST \
  --url http://50.187.81.221:4000/api/v1/cubic/cubeState \
  --header 'Content-Type: application/json' \
  --data '
{
  "gameID": "uniqueGame123",
  "teamName": "RedTeam"
}
'

Body

application/json

Request to retrieve the current state of the game cube for a specific game and team.

Data transfer object for requesting the current state of the game cube.

gameID
string
required

The unique identifier of the game.

teamName
string
required

The name of the team requesting the cube state.

Response

201

Current cube state retrieved successfully.