Skip to main content
POST
/
game_auth
/
check
/
{username}
Check the authentication status of a user.
curl --request POST \
  --url https://v3.minestorecms.com/api/game_auth/check/{username}
{
  "status": true,
  "token": "abc123token"
}

Path Parameters

username
string
required
Example:

Response

status
boolean
Example:
token
string
Example: