Logout
GET
https://keyauth.win/api/1.2/Log out of the application. This will end the session and require the user to login again.
Request
Query Params
type
string
required
The type of request. (logout)
Example:
logout
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}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 9 months ago