⚠️ Initialization ⚠️
GET
https://keyauth.win/api/1.2/:::info
This is the main function that you need before running any other KeyAuth functions. Make sure you are only using this function 1 time in your code. Using it multiple times will cause an error.
:::
Request
The type of request. (init)
The version of the application.
The name of the application.
Your owner ID
MD5 hash to prevent people from altering the program
If token validation is enabled via the application settings, a user will be required to enter a token that is assigned to their account via https://keyauth.cc/app/?page=tokens to be able to log in. (OPTIONAL! AND IS TYPICALLY STORED IN A .txt file! https://www.youtube.com/watch?v=I9rxt821gMk&t=1s)
If token validation is enabled via the application settings, a hash will need to be assigned! This hash comes from the text file that is storing the token. https://www.youtube.com/watch?v=I9rxt821gMk&t=1s
Request samples
Responses
{}