End Selected Session
GET
https://keyauth.win/api/seller/End an active session. This will log the user out and require them to login again to access the application.
Request
Query Params
sellerkey
string
required
Obtain a seller key by visiting https://keyauth.cc/app/?page=seller-settings (Must have the Seller Subscription)
type
string
required
The type of the request. (kill)
Example:
kill
sessid
string
required
The session ID that is being ended. Can be found here: https://keyauth.cc/app/?page=sessions
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 10 months ago