KeyAuth
Search…
KeyAuth
KeyAuth API Documentation
API
Initialization
Register
Login
License
Upgrade
User Variable
Variable
Log
Ban
Download
Seller
Licenses
Users
Subscriptions
Chats
Sessions
Webhooks
Files
Variables
Blacklists
Settings
Buttons
Powered By
GitBook
User Variable
post
https://keyauth.win
/api/1.1/
setvar
POST request example:
1
POST
/api/1.1/
HTTP/1.1
2
Host
:
keyauth.win
3
Content-Type
:
application/x-www-form-urlencoded
4
Content-Length
:
79
5
6
type=setvar&var=test&data=test&sessionid=sessionid&name=test&ownerid=j9Gj0FTemM
Copied!
GET request example:
https://keyauth.win/api/1.1/?type=setvar&var=test&data=test&sessionid=sessionid&name=test&ownerid=j9Gj0FTemM
post
https://keyauth.win
/api/1.1/
getvar
POST request example:
1
POST
/api/1.1/
HTTP/1.1
2
Host
:
keyauth.win
3
Content-Type
:
application/x-www-form-urlencoded
4
Content-Length
:
79
5
6
type=getvar&var=test&sessionid=sessionid&name=test&ownerid=j9Gj0FTemM
Copied!
GET request example:
https://keyauth.win/api/1.1/?type=getvar&var=test&sessionid=sessionid&name=test&ownerid=j9Gj0FTemM
API - Previous
Upgrade
Next - API
Variable
Last modified
2mo ago
Copy link
Contents
post
setvar
post
getvar