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.

Response

201

Current cube state retrieved successfully.