Welcome to EchoNet!

If you are looking to login this is the right place!

For Zone 1

Simply pass your account token to the endpoint at zone1-login.3kh0.net/token

You can do this by sending a POST request with the token in the body, or by sending a GET request with the token as a query parameter.

The endpoint will either respond with your login details in JSON format (which can be used to login to the services you have access to), or deny the request.

If your request gets denied and you confirmed that the token is correct, send a email to me and I will fix it (maybe)

Example responses

Successful login:

  {
    "user": "Enlisted3822",
    "pass": "X9ThPSTehHjDTUqyRIIC"
  }
  

Failed login:

  Error validating token, the token holder was not found.
  

For Zone 2

Just go to auth.3kh0.net/login.html and put in your details into the form and you will be set.