Create A New User Using A License
Create a new user using an existing license.
Request
The type of the request. (activate)
The username of the user that is being created
The license that is being used to create a new user
The password that is being assigned to the new user
Request samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=activate&user=&key=&pass='
Responses
application/json {
"success": true,
"message": "Logged in!",
"info": {
"username": "",
"subscription": "",
"ip": ""
}
}
Modified at 2025-05-07 23:35:33