Login
GET
https://keyauth.win/api/1.2/Log into the application using a username and password.
Request
Query Params
type
string
required
The type of request. (login)
Example:
login
username
string
required
The username of the user logging in
pass
string
required
The password of the user logging in
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
hwid
string
optional
The HWID of the user logging in
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 9 months ago