Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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
  • No labels