- Overview
- API
- Seller API
- Application Settings
- Blacklists
- Chats
- Files
- Global Variables
- Licenses
- Add Time To All Unused LicensesGET
- Assign A License To A UserGET
- Ban LicenseGET
- Create A New LicenseGET
- Create A New User Using A LicenseGET
- Delete All LicensesGET
- Delete An Existing LicenseGET
- Delete Multiple LicensesGET
- Delete All Used LicensesGET
- Delete All Unused LicensesGET
- Retrieve All LicensesGET
- Retrieve License InformationGET
- Set Note On Existing LicenseGET
- Unban A LicenseGET
- Verify License ExistsGET
- Sessions
- Subscriptions
- Users
- Add An HWID To An Existing User
- Ban User
- Create A New User
- Change Users Password
- Change Users Email
- Change User's Username
- Delete An Existing User
- Delete All Expired Users
- Delete A Users Variable
- Delete All User Variables Using The Variable Name
- Delete A Users Subscription
- Delete All Users
- Extend Users Expiration
- Pause A User
- Retrieve All Users
- Retrieve All User's Variables
- Retrieve All Usernames
- Retrieve All Users Subscriptions
- Retrieve License From User
- Retrieve User Variable Data
- Reset A Users HWID
- Reset All Users HWID
- Retrieve User Data
- Set A User Variable
- Subtract Time From A Users Expiration
- Set Users HWID Reset Cooldown Duration
- Unban A User
- Unpause A User
- Verify A User Exists
- Webhooks
- Web Loader
- Whitelists
- Reseller/Manager Accounts
- Application Settings
- Custom Domain Setup
Delete An Existing License
GET
https://keyauth.win/api/seller/
Request
Query Params
sellerkey
string
required
type
string
required
Example:
del
key
string
required
userToo
boolean
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=del&key=&userToo='
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-01-23 15:50:42