Login π²
Here you will find how to login to the application from our Universal API.
Login
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "success",
"username": "[username]",
"license": "[lisense-key]",
"level": [level],
"hwid": "[HWID]",
"ip": "[IP]",
"expires": "[expire-time]"
}{
"status": "invalid_hwid"
}{
"status": "user_banned"
}{
"status": "invalid_credentials"
}Last updated
Was this helpful?