License Login
GET
https://keyauth.win/api/1.2/Register and log in with just a license. Once the license is used for the first time, users will only need to use the license to access the application.
Request
Query Params
type
string
required
The type of request. (license)
Example:
license
key
string
required
The key being used to login/register
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
name
string
required
The name of the application
ownerid
string
required
Your owner ID
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
ExampleCsharp (C#)
KeyAuthApp.license("License");
if (KeyAuthApp.response.success){
//successfully logged in OR registered
} else {
// failed to login OR register
}
Last modified: 9 months ago