Add a hash to an application to prevent any users from running modified versions of an application.
Request
The type of the request. (addhash)
The hash being assigned to the application
Request samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=addhash&hash='
Responses
application/json {
"success": true,
"message": "Successfully added hash!"
}
Modified at 2025-04-30 23:24:11