Retrieve All Existing Files
Retrieve all existing files on an application.
Request
The type of the request. (fetchallfiles)
Request samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=fetchallfiles'
Responses
application/json {
"success": true,
"message": "Successfully retrieved files",
"files": []
}
Modified at 2025-05-07 22:38:22