/v3/furwatch/authenticate
Authenticate a connection via the FurWatch mod.
METHOD: POST
AUTH: TRUE
AUTH TYPE: `GENERATED APP TOKEN AUTH`
BODY
{ "token": "APP GENERATED TOKEN", "username": "Current Minecraft Username" }
RETURNS
{
message: "Authentication successful",
userID: userID,
username: Username,
minecraftNickname: minecraftNickname,
isStaff: isStaff,
formStatus: whitelistStatus,
authenticated: true,
whitelisted: true
}Last updated