End all sessions. This will log everyone out of the application and require them to login again to access the application.
Request
The type of the request. (killall)
Request samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=killall'
Responses
application/json {
"success": true,
"message": "Successfully killed all sessions!"
}
Modified at 2025-05-09 15:22:35