POST
/
game_auth
/
check
/
{username}
curl --request POST \
  --url https://v3.minestorecms.com/api/game_auth/check/{username}
{
  "status": true,
  "token": "abc123token"
}

Path Parameters

username
string
required

The username of the player whose authentication status is being checked.

Example:

"Player123"

Response

200
application/json

Authentication status

The response is of type object.