cURL
curl --request POST \ --url https://v3.minestorecms.com/api/game_auth/check/{username}
{ "status": true, "token": "abc123token" }
Documentation IndexFetch the complete documentation index at: https://docs.minestorecms.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.minestorecms.com/llms.txt
Use this file to discover all available pages before exploring further.
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"