Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
API Call

/auth/login/admin/{user}/{pass}

Authentication

Not required (this call gives auth)

Arguments

user
username required to login, usually in the format of bob@ikanow.com
pass
password required to login, encrypted with SHA-256

Example

[http://ikanowserver/api/auth/login/admin/bob@ikanow.com/abcde12345|http://ikanowserver/api/auth/login/bob@ikanow.com/abcde12345]

h5. Example Response

{

    "response": {

        "action": "Login",

        "success": true,

        "time": 0

    }

}

Error Response