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
status
boolean

True if authentication was initialized successfully.

Example:

true

error
string

Error message in case of failure.

Example:

"TIMEOUT"