Create A New Reseller/Manager Account
GET
https://keyauth.win/api/seller/Create a new reseller or manager account.
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. (addAccount)
Example:
addAccount
role
string
required
"Reseller" or "Manager"
user
string
required
The username of the reseller or manager
pass
string
required
The password being assigned to the reseller or manager
keylevels
string
required
What key levels can they create?
email
string
required
The email being assigned to the reseller or manager
perms
string
optional
What permissions for the manager? Configure the permissions by visiting: https://keyauth.cc/app/?page=manage-accs
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 10 months ago