Request
The type of the request. (add)
When will the license expire? (in days)
What is the mask (layout) of the key? "*" (STAR - SHIFT + 8) will generate a random character
What is the level of the license being generated?
How many licenses are being generated?
Who is the owner of this license? (The one who created it, not the user that is using the license)
1 = upper/lowercase, 2 = uppercase, 3 = lowercase
A note that is added to the license
Request samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=add&format=&expiry=&mask=&level=&amount=&owner=&character=¬e='
Responses
application/json {
"success": true,
"message": "Licenses successfully generated",
"key": ""
}
Modified at 2025-05-07 23:32:44