POST
/
api
/
v1
/
cubic
/
getGameDetails
Game Details
curl --request POST \
  --url http://50.187.81.221:4000/api/v1/cubic/getGameDetails \
  --header 'Content-Type: application/json' \
  --data '{
  "gameID": "uniqueGame123"
}'

Body

application/json

Details for a game.

Data transfer object for identifying a game.

Response

201

Game Details.