Extend Users Expiration
GET
https://keyauth.win/api/seller/Extend the expiration time of users
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. (extend)
Example:
extend
user
string
required
The username of the user being extended. (Enter "all" to extend all users)
sub
string
required
The subscription that is being extended
expiry
string
required
The amount of days being added to the user
activeOnly
boolean
required
Only extend users with active subscriptions?
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 9 months ago