Log
GET
https://keyauth.win/api/1.2/Log events from your application.
💡You can also set a Discord webhook link via the application settings to receive logged events in a Discord server as well as the KeyAuth dashboard 💡
Request
Query Params
type
string
required
The type of request. (log)
Example:
log
pcuser
string
optional
The pc user/username of user
message
string
required
The message/event that is being logged
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}
Example
{}
Last modified: 9 months ago