Skip to main content
POST
Check the authentication status of a user.

Path Parameters

username
string
required

The username of the player whose authentication status is being checked.

Example:

"Player123"

Response

Authentication status

status
boolean

True if the authentication is successful.

Example:

true

token
string

Authentication token if successful.

Example:

"abc123token"