Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://v3.minestorecms.com/api/game_auth/check/{username}
{ "status": true, "token": "abc123token" }
The username of the player whose authentication status is being checked.
"Player123"
Authentication status
True if the authentication is successful.
true
Authentication token if successful.
"abc123token"