License Login/Register
GET
https://keyauth.win/api/1.2/Log into or register on the application using only a license.
:::info
In order for this to work properly, the license must be unused. After using it for the first time it will "register" the user, and then turn the license into a user (you will be able to see it on the users page of the website). Every time after you attempt to log in, it will just log in normally.
:::
Request
Query Params
type
string
required
The type of request. (license)
Example:
license
key
string
required
The key being used for login/register
Example:
{key}
sessionid
string
required
The session ID of the user logging in. Obtained by initializing on the application first and finding the session by visiting https://keyauth.cc/app/?page=sessions
Example:
{sessionid}
name
string
required
The name of the application
Example:
{name}
ownerid
string
required
Your owner ID
Example:
{ownerid}
hwid
string
optional
The HWID of the user using the key.
Example:
{hwid}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 5 months ago