POST
/
game_auth
/
init
/
{username}
curl --request POST \
  --url https://v3.minestorecms.com/api/game_auth/init/{username}
{
  "status": true,
  "error": "TIMEOUT"
}

Path Parameters

username
string
required

The username of the player to initialize authentication for.

Example:

"Player123"

Response

200
application/json

Success

The response is of type object.