Register
GET
https://keyauth.win/api/1.2/Register an account using a username, password, license, and email (optional)
Request
Query Params
type
string
required
The type of request. (register)
Example:
register
username
string
required
The username of the user registering
Example:
{username}
pass
string
required
The password of the user registering
Example:
{pass}
key
string
required
The key the user is using to 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}
email
string
optional
The email of the user registering
Example:
{email}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 10 months ago