Skip to main content

Verify Minecraft Account

Verify the user account for Minecraft servers. This is usfull when you want to link both accounts.

Body Fields

ParameterRequired?TypeDescription
usernametruestringThe User username in-game
uuidtruestringThe User uuid in-game
tokentruestringThe token generated from the website. (This token can be generated only by visiting the website.)

Example request:

curl "https://api.gamecms.org/v2/websites/verify/minecraft" \
-H 'Accept: application/json' \
-H 'Authorization: Bearer your-token' \
-X POST \
-d 'username=Wohaho2&uuid=ffcb2bda-c5d3-4628-abc6-6414dd65c6cf&token=token-provided-by-the-website'