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 12 Next »

API Call - /auth/login/admin/{user}/{pass}

Authenticates a session for the current admin/environment. It is not necessary to use this call to authorize access to the standard data please use Auth - Login for all not administration access.  This will return a cookie that is active for 30m from last action and gives access to admin API calls.

Authentication

Not required (this call gives auth)

Arguments

user (required)
username required to login, usually in the format of bob@ikanow.com

pass (required)
password required to login, encrypted with SHA-256

Example

http://infinite.ikanow.com/api/auth/login/admin/bob@ikanow.com/abcde12345

Example Response
{
    "response": {
        "action": "Login",
        "success": true,
        "time": 0
    }
}
Error Response
  • No labels